We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3347720 commit 98a038eCopy full SHA for 98a038e
worlds/sm/Options.py
@@ -46,6 +46,8 @@ class DeathLink(Choice):
46
option_disable = 0
47
option_enable = 1
48
option_enable_survive = 3
49
+ alias_false = 0
50
+ alias_true = 1
51
default = 0
52
53
class MaxDifficulty(Choice):
0 commit comments