Skip to content

Commit

Permalink
The Witness: Death Link Amnesty (ArchipelagoMW#2646)
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi authored and Jouramie committed Feb 28, 2024
1 parent b0166b2 commit 08e266b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions worlds/witness/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,15 @@ class DeathLink(Toggle):
display_name = "Death Link"


class DeathLinkAmnesty(Range):
"""Number of panel fails to allow before sending a death through Death Link.
0 means every panel fail will send a death, 1 means every other panel fail will send a death, etc."""
display_name = "Death Link Amnesty"
range_start = 0
range_end = 5
default = 1


@dataclass
class TheWitnessOptions(PerGameCommonOptions):
puzzle_randomization: PuzzleRandomization
Expand All @@ -216,3 +225,4 @@ class TheWitnessOptions(PerGameCommonOptions):
puzzle_skip_amount: PuzzleSkipAmount
hint_amount: HintAmount
death_link: DeathLink
death_link_amnesty: DeathLinkAmnesty

0 comments on commit 08e266b

Please sign in to comment.