mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Implement Fake World fix
Fixes the issues caused by a light world escape with dark world hyrule castle
This commit is contained in:
@@ -57,6 +57,7 @@ class World(object):
|
||||
self.customitemarray = customitemarray
|
||||
self.can_take_damage = True
|
||||
self.difficulty_requirements = None
|
||||
self.fix_fake_world = True
|
||||
self.spoiler = Spoiler(self)
|
||||
|
||||
def intialize_regions(self):
|
||||
|
Reference in New Issue
Block a user