Skip to content

Commit

Permalink
Update worlds/sm/variaRandomizer/utils/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Exempt-Medic <[email protected]>
  • Loading branch information
lordlou and Exempt-Medic authored May 24, 2024
1 parent f12dcf6 commit c81e977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sm/variaRandomizer/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def loadRandoPreset(options, args):
args.allowGreyDoors = options.allow_grey_doors.value
args.bosses = options.boss_randomization.value
if options.fun_combat.value:
args.superFun.append()
args.superFun.append("Combat")
if options.fun_movement.value:
args.superFun.append("Movement")
if options.fun_suits.value:
Expand Down

0 comments on commit c81e977

Please sign in to comment.