mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Death link default true/false values for super metroid.
This commit is contained in:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user