Archipelago/worlds/ahit
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
..
docs AHIT: Update Setup Guide (#3647) 2024-07-25 09:27:22 +02:00
test A Hat in Time: Implement New Game (#2640) 2024-05-20 09:04:06 +02:00
Client.py A Hat in Time: Implement New Game (#2640) 2024-05-20 09:04:06 +02:00
DeathWishLocations.py A Hat in Time: Implement New Game (#2640) 2024-05-20 09:04:06 +02:00
DeathWishRules.py AHIT: Fix Death Wish location rules not being added properly (#3455) 2024-06-04 21:15:28 +02:00
Items.py AHIT: Generation error fixes and some other bug fixes (#3663) 2024-07-27 19:16:52 +02:00
Locations.py A Hat in Time: Implement New Game (#2640) 2024-05-20 09:04:06 +02:00
Options.py A Hat in Time: Implement New Game (#2640) 2024-05-20 09:04:06 +02:00
Regions.py AHIT: Generation error fixes and some other bug fixes (#3663) 2024-07-27 19:16:52 +02:00
Rules.py AHIT: Fix moderate logic rules using add_rule instead of set_rule (#3850) 2024-08-29 08:11:02 +02:00
Types.py A Hat in Time: Implement New Game (#2640) 2024-05-20 09:04:06 +02:00
__init__.py AHIT: Generation error fixes and some other bug fixes (#3663) 2024-07-27 19:16:52 +02:00