mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
remove "s" in dungeon_items if "u" is present
This commit is contained in:
@@ -277,6 +277,8 @@ def roll_settings(weights):
|
|||||||
dungeon_items = ""
|
dungeon_items = ""
|
||||||
elif not dungeon_items:
|
elif not dungeon_items:
|
||||||
dungeon_items = ""
|
dungeon_items = ""
|
||||||
|
if "u" in dungeon_items:
|
||||||
|
dungeon_items.replace("s", "")
|
||||||
|
|
||||||
ret.mapshuffle = get_choice('map_shuffle', weights, 'm' in dungeon_items)
|
ret.mapshuffle = get_choice('map_shuffle', weights, 'm' in dungeon_items)
|
||||||
ret.compassshuffle = get_choice('compass_shuffle', weights, 'c' in dungeon_items)
|
ret.compassshuffle = get_choice('compass_shuffle', weights, 'c' in dungeon_items)
|
||||||
|
Reference in New Issue
Block a user