Skip to content

Commit 98a038e

Browse files
committed
Death link default true/false values for super metroid.
1 parent 3347720 commit 98a038e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

worlds/sm/Options.py

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ class DeathLink(Choice):
4646
option_disable = 0
4747
option_enable = 1
4848
option_enable_survive = 3
49+
alias_false = 0
50+
alias_true = 1
4951
default = 0
5052

5153
class MaxDifficulty(Choice):

0 commit comments

Comments
 (0)