Death link default true/false values for super metroid.

This commit is contained in:
CaitSith2 2021-12-04 14:04:28 -08:00
parent 33477202b9
commit 98a038e39e
1 changed files with 2 additions and 0 deletions

View File

@ -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):