mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Potion Shop Changes
(reduced)
This commit is contained in:
@@ -366,6 +366,10 @@ def roll_settings(weights):
|
||||
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