Improve light cone handling.

This commit is contained in:
LLCoolDave
2017-06-03 15:46:05 +02:00
parent 5bb8277ade
commit d817f5972c
3 changed files with 10 additions and 9 deletions

View File

@@ -25,6 +25,9 @@ class World(object):
self.place_dungeon_items = place_dungeon_items # configurable in future
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.dark_world_light_cone = False
def get_region(self, regionname):
if isinstance(regionname, Region):