Merge branch 'DoorDevUnstable' of https://github.com/StructuralMike/ALttPDoorRandomizer into StructuralMike-DoorDevUnstable

This commit is contained in:
aerinon
2021-07-27 16:16:53 -06:00
17 changed files with 102 additions and 48 deletions

View File

@@ -176,6 +176,8 @@ 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.hints = get_choice('hints') == 'on'
ret.swords = {'randomized': 'random',