Skip to content

Commit

Permalink
DOOM 1993: Added option to prevent resetting level on death
Browse files Browse the repository at this point in the history
  • Loading branch information
Daivuk committed Oct 1, 2023
1 parent 5d7048c commit a090530
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions worlds/doom_1993/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ class StartWithComputerAreaMaps(Toggle):
display_name = "Start With Computer Area Maps"


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"


class Episode1(DefaultOnToggle):
"""Knee-Deep in the Dead.
If none of the episodes are chosen, Episode 1 will be chosen by default."""
Expand Down Expand Up @@ -118,6 +124,7 @@ class Episode4(Toggle):
"pro": Pro,
"start_with_computer_area_maps": StartWithComputerAreaMaps,
"death_link": DeathLink,
"reset_level_on_death": ResetLevelOnDeath,
"episode1": Episode1,
"episode2": Episode2,
"episode3": Episode3,
Expand Down

0 comments on commit a090530

Please sign in to comment.