Implement Fake World fix

Fixes the issues caused by a light world escape with dark world hyrule
castle
This commit is contained in:
Kevin Cathcart
2018-01-24 20:07:33 -05:00
parent f90653f1b8
commit d29d298d1f
3 changed files with 3 additions and 0 deletions

View File

@@ -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):