chaosthieves is supposed to be 50/50 killable thieves.

This commit is contained in:
CaitSith2 2020-08-19 15:59:28 -07:00
parent 16185bd280
commit 458e4a988a
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ def roll_settings(weights):
ret.bush_shuffle = True
ret.tile_shuffle = True
elif ret.enemy_shuffle == "chaosthieves":
ret.killable_thieves = False
ret.killable_thieves = ret.killable_thieves = bool(random.randint(0, 1))
ret.bush_shuffle = True
ret.tile_shuffle = True
ret.enemy_shuffle = True