Store Trock Back Entrance state so it can properly be copied between worlds for the playthrough.

This commit is contained in:
LLCoolDave
2017-07-17 23:13:39 +02:00
parent 1af6edf793
commit 0514ade3b3
3 changed files with 4 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ class World(object):
self.fix_trock_exit = self.shuffle not in ['vanilla', 'simple', 'restricted', 'dungeonssimple']
self.shuffle_ganon = shuffle_ganon
self.fix_gtower_exit = self.shuffle_ganon
self.can_access_trock_eyebridge = None
def get_region(self, regionname):
if isinstance(regionname, Region):