Update to v22 rom and logic.

This commit is contained in:
LLCoolDave
2017-06-03 21:27:34 +02:00
parent aa909f2eaf
commit 2ef977b386
6 changed files with 15 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ class World(object):
self.agahnim_fix_required = False
self.swamp_patch_required = False
self.sewer_light_cone = mode == 'standard'
self.light_world_light_cone = mode == 'standard' # to be changed for v22 ToDo
self.light_world_light_cone = False
self.dark_world_light_cone = False
def get_region(self, regionname):