Stonewall generation changed to pre-open wall if necessary.
GT Mini bosses no longer drop heart containers. Crystal switch logic during generation updated.
This commit is contained in:
@@ -870,6 +870,7 @@ class Region(object):
|
||||
self.hint_text = hint
|
||||
self.recursion_count = 0
|
||||
self.player = player
|
||||
self.crystal_switch = False
|
||||
|
||||
def can_reach(self, state):
|
||||
if state.stale[self.player]:
|
||||
|
||||
Reference in New Issue
Block a user