Changing the cli to be bombbags over bomblogic
Bombbags seemed better over bomblogic which is more ambiguous when considering new stuff OW and the bomb-only modes. Also added bombbags to the example yaml
This commit is contained in:
@@ -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.bombbags = get_choice('bombbags') == 'on'
|
||||
|
||||
ret.hints = get_choice('hints') == 'on'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user