mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Whoops, fix double assignment.
This commit is contained in:
@@ -357,7 +357,7 @@ def roll_settings(weights):
|
||||
ret.bush_shuffle = True
|
||||
ret.tile_shuffle = True
|
||||
elif ret.enemy_shuffle == "chaosthieves":
|
||||
ret.killable_thieves = ret.killable_thieves = bool(random.randint(0, 1))
|
||||
ret.killable_thieves = bool(random.randint(0, 1))
|
||||
ret.bush_shuffle = True
|
||||
ret.tile_shuffle = True
|
||||
ret.enemy_shuffle = True
|
||||
|
Reference in New Issue
Block a user