Skip to content

Commit

Permalink
fix presets
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Sep 26, 2024
1 parent 7a9e591 commit a74d0a4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions worlds/witness/presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"challenge_lasers": 11,

"early_caves": EarlyCaves.option_off,
"elevators_come_to_you": False,

"elevators_come_to_you": ElevatorsComeToYou.default,

"trap_percentage": TrapPercentage.default,
"puzzle_skip_amount": PuzzleSkipAmount.default,
Expand Down Expand Up @@ -66,7 +67,8 @@
"challenge_lasers": 9,

"early_caves": EarlyCaves.option_off,
"elevators_come_to_you": False,

"elevators_come_to_you": ElevatorsComeToYou.default,

"trap_percentage": TrapPercentage.default,
"puzzle_skip_amount": 15,
Expand Down Expand Up @@ -104,7 +106,8 @@
"challenge_lasers": 9,

"early_caves": EarlyCaves.option_off,
"elevators_come_to_you": True,

"elevators_come_to_you": ElevatorsComeToYou.valid_keys,

"trap_percentage": TrapPercentage.default,
"puzzle_skip_amount": 15,
Expand Down

0 comments on commit a74d0a4

Please sign in to comment.