mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Add "Start With" option
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user