diff --git a/worlds/tracker/TrackerClient.py b/worlds/tracker/TrackerClient.py index 26b375754db0..76461672dded 100644 --- a/worlds/tracker/TrackerClient.py +++ b/worlds/tracker/TrackerClient.py @@ -385,7 +385,7 @@ def update_available_hints(log: HintLog, hints: typing.Set[typing.Dict[str, typi if hint["entrance"] else "Vanilla"})}, "found": { "text": log.parser.handle_node({"type": "color", "color": "green" if hint["found"] else - "yellow" if in_logic else "red", + "orange" if in_logic else "red", "text": "Found" if hint["found"] else "In Logic" if in_logic else "Not Found"})}, })