Add "Start With" option

This commit is contained in:
Alchav 2021-12-23 13:02:52 -05:00 committed by Fabian Dill
parent 35b1178c20
commit 8fef6b8d8c
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ def create_dungeons(world, player):
for dungeonitem in dungeon_items:
if dungeonitem.type == 'Map' and world.map_shuffle[player] == map_shuffle.option_start_with:
dungeon_items.remove(dungeonitem)
for dungeonitem in dungeon_items:
if dungeonitem.type == 'Compass' and world.compass_shuffle[player] == compass_shuffle.option_start_with:
dungeon_items.remove(dungeonitem)
dungeon = Dungeon(name, dungeon_regions, big_key,