Merge remote-tracking branch 'origin/DoorDevUnstable' into DoorDevUnstable

This commit is contained in:
aerinon
2021-08-16 15:30:37 -06:00
14 changed files with 41 additions and 38 deletions

View File

@@ -176,7 +176,7 @@ def roll_settings(weights):
ret.retro = True
ret.retro = get_choice('retro') == 'on' # this overrides world_state if used
ret.bomblogic = get_choice('bomblogic') == 'on'
ret.bombbag = get_choice('bombbag') == 'on'
ret.hints = get_choice('hints') == 'on'