Added new Lite (fka. Beginner) ER mode

This commit is contained in:
codemann8
2021-10-16 13:59:52 -05:00
parent 46c1105e4d
commit 6b7146867a

View File

@@ -945,7 +945,7 @@ def scramble_holes(world, player):
hole_targets.append(('Pyramid Exit', 'Pyramid'))
# shuffle sanctuary hole in same world as other HC entrances
if world.shuffle[player] != 'crossed':
if world.shuffle[player] not in ['lite', 'crossed']:
drop_owid_map = { # owid, is_light_world
'Lost Woods Hideout Stump': (0x00, True),
'Lumberjack Tree Cave': (0x02, True),