Easy mode lamp update

You can find all 3 lamps before dark rooms for easy mode.
This commit is contained in:
Kevin Cathcart
2018-02-24 16:16:50 -05:00
parent eb8cff4d5a
commit 5989718586
4 changed files with 21 additions and 10 deletions

View File

@@ -61,6 +61,7 @@ class World(object):
self.difficulty_requirements = None
self.fix_fake_world = True
self.spoiler = Spoiler(self)
self.lamps_needed_for_dark_rooms = 1
def intialize_regions(self):
for region in self.regions: