Skip to content

Commit

Permalink
make hints tab in logic label orange (ArchipelagoMW#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint authored Nov 4, 2024
1 parent a2a8081 commit 774dda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/tracker/TrackerClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"})},
})
Expand Down

0 comments on commit 774dda2

Please sign in to comment.