Death link default true/false values for super metroid.
This commit is contained in:
parent
33477202b9
commit
98a038e39e
|
@ -46,6 +46,8 @@ class DeathLink(Choice):
|
||||||
option_disable = 0
|
option_disable = 0
|
||||||
option_enable = 1
|
option_enable = 1
|
||||||
option_enable_survive = 3
|
option_enable_survive = 3
|
||||||
|
alias_false = 0
|
||||||
|
alias_true = 1
|
||||||
default = 0
|
default = 0
|
||||||
|
|
||||||
class MaxDifficulty(Choice):
|
class MaxDifficulty(Choice):
|
||||||
|
|
Loading…
Reference in New Issue