Bombbag instead of Bombbags

This commit is contained in:
StructuralMike
2021-08-11 16:29:12 +02:00
parent 44efe51e02
commit dcba2be757
14 changed files with 39 additions and 39 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.bombbags = get_choice('bombbags') == 'on'
ret.bombbag = get_choice('bombbag') == 'on'
ret.hints = get_choice('hints') == 'on'