TR Key Logic Update

This is just for review and isn't tested beyond seeing that it runs. In theory, this should fix the TR based seed generation failures and make TR Small Key requirements as precise as possible.
This commit is contained in:
AmazingAmpharos
2019-04-15 19:17:44 -05:00
committed by GitHub
parent ab69ee4188
commit 7b56932e31
2 changed files with 67 additions and 34 deletions

View File

@@ -54,6 +54,9 @@ class World(object):
self.shuffle_ganon = shuffle_ganon
self.fix_gtower_exit = self.shuffle_ganon
self.can_access_trock_eyebridge = None
self.can_access_trock_front = None
self.can_access_trock_big_chest = None
self.can_access_trock_middle = None
self.quickswap = quickswap
self.fastmenu = fastmenu
self.disable_music = disable_music