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

@@ -146,7 +146,8 @@ def copy_world(world):
ret.can_access_trock_eyebridge = world.can_access_trock_eyebridge
ret.can_take_damage = world.can_take_damage
ret.difficulty_requirements = world.difficulty_requirements
ret.fix_fake_world = ret.fix_fake_world
ret.fix_fake_world = world.fix_fake_world
ret.lamps_needed_for_dark_rooms = world.lamps_needed_for_dark_rooms
create_regions(ret)
create_dungeons(ret)