mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
convert potion_shop_shuffle into 'w' shop_shuffle flag
This commit is contained in:
@@ -411,10 +411,6 @@ def roll_settings(weights, plando_options: typing.Set[str] = frozenset(("bosses"
|
||||
if not ret.shop_shuffle:
|
||||
ret.shop_shuffle = ''
|
||||
|
||||
ret.potion_shop_shuffle = get_choice('potion_shop_shuffle', weights, '')
|
||||
if not ret.potion_shop_shuffle:
|
||||
ret.potion_shop_shuffle = ''
|
||||
|
||||
ret.mode = get_choice('world_state', weights, None) # legacy support
|
||||
if ret.mode == 'retro':
|
||||
ret.mode = 'open'
|
||||
|
Reference in New Issue
Block a user