Shuffle Back of Tavern

This commit is contained in:
Catobat
2022-06-13 20:38:24 +02:00
parent e40c4290c9
commit 6e9d949439
17 changed files with 64 additions and 28 deletions

View File

@@ -85,6 +85,7 @@ def roll_settings(weights):
ret.dungeon_counters = 'pickup' if ret.door_shuffle != 'vanilla' or ret.compassshuffle == 'on' else 'off'
ret.shufflelinks = get_choice('shufflelinks') == 'on'
ret.shuffletavern = get_choice('shuffletavern') == 'on'
ret.pseudoboots = get_choice('pseudoboots') == 'on'
ret.shopsanity = get_choice('shopsanity') == 'on'
keydropshuffle = get_choice('keydropshuffle') == 'on'