mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Add Singularity and Duality Boss Shuffles
This commit is contained in:
@@ -329,7 +329,9 @@ def roll_settings(weights):
|
||||
ret.shufflebosses = {'none': 'none',
|
||||
'simple': 'basic',
|
||||
'full': 'normal',
|
||||
'random': 'chaos'
|
||||
'random': 'chaos',
|
||||
'singularity': 'singularity',
|
||||
'duality': 'duality'
|
||||
}[get_choice('boss_shuffle', weights)]
|
||||
|
||||
ret.shuffleenemies = {'none': 'none',
|
||||
|
Reference in New Issue
Block a user