mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-22 07:35:37 -07: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_enable = 1
|
||||
option_enable_survive = 3
|
||||
alias_false = 0
|
||||
alias_true = 1
|
||||
default = 0
|
||||
|
||||
class MaxDifficulty(Choice):
|
||||
|
||||
Reference in New Issue
Block a user