Skip to content

Commit

Permalink
Death link default true/false values for super metroid.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaitSith2 committed Dec 4, 2021
1 parent 3347720 commit 98a038e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worlds/sm/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ class DeathLink(Choice):
option_disable = 0
option_enable = 1
option_enable_survive = 3
alias_false = 0
alias_true = 1
default = 0

class MaxDifficulty(Choice):
Expand Down

0 comments on commit 98a038e

Please sign in to comment.