MMBN3: Adds Beach Access to Help With Rehab Job Bonus Reward Check (#4963)

This commit is contained in:
digiholic
2025-05-08 11:31:00 -06:00
committed by GitHub
parent bcd7d62d0b
commit b0f42466f0

View File

@@ -278,6 +278,9 @@ class MMBN3World(World):
self.multiworld.get_location(LocationName.Help_with_rehab, self.player).access_rule = \
lambda state: \
state.can_reach_region(RegionName.Beach_Overworld, self.player)
self.multiworld.get_location(LocationName.Help_with_rehab_bonus, self.player).access_rule = \
lambda state: \
state.can_reach_region(RegionName.Beach_Overworld, self.player)
self.multiworld.get_location(LocationName.Old_Master, self.player).access_rule = \
lambda state: \
state.can_reach_region(RegionName.ACDC_Overworld, self.player) and \