Files
Grinch-AP/worlds
Mysteryem 9a4e84efdc AHIT: Fix moderate logic rules using add_rule instead of set_rule (#3850)
The moderate logic for the Mafia Town Clock Tower Chest and Top of
Ruined Tower with nothing, and for clearing Rock the Boat without Ice
Hat were mistakenly using `add_rule` instead of `set_rule`, which was
adding the condition of `and True` which had no effect.

This patch corrects these moderate logic rules to use `set_rule`
instead.
2024-08-29 08:11:02 +02:00
..
2024-08-08 00:19:52 +02:00
2024-04-12 00:32:10 -04:00
2024-08-24 02:05:42 +02:00
2024-07-31 12:13:14 +02:00
2024-08-09 12:14:26 +02:00
2024-07-31 12:13:14 +02:00
2024-08-10 13:08:24 +02:00