Skip to content

Commit

Permalink
DOOM 1993: minor option fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daivuk committed Nov 25, 2023
1 parent c910340 commit 0febeb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/doom_1993/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class FlipLevels(Choice):
Flip levels on one axis.
vanilla: No flipping
flipped: All levels are flipped
random: Random levels are flipped
randomly_flipped: Random levels are flipped
"""
display_name = "Flip Levels"
option_vanilla = 0
Expand Down Expand Up @@ -113,7 +113,7 @@ class StartWithComputerAreaMaps(Toggle):
class ResetLevelOnDeath(DefaultOnToggle):
"""When dying, levels are reset and monsters respawned. But inventory and checks are kept.
Turning this setting off is considered easy mode. Good for new players that don't know the levels well."""
display_message="Reset level on death"
display_name="Reset Level on Death"


class Episode1(DefaultOnToggle):
Expand Down

0 comments on commit 0febeb2

Please sign in to comment.