Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information