From 98a038e39e2186acb2b942dcbbc5dee5f388c1b8 Mon Sep 17 00:00:00 2001 From: CaitSith2 Date: Sat, 4 Dec 2021 14:04:28 -0800 Subject: [PATCH] Death link default true/false values for super metroid. --- worlds/sm/Options.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/worlds/sm/Options.py b/worlds/sm/Options.py index 25d53c49..b9f9ba64 100644 --- a/worlds/sm/Options.py +++ b/worlds/sm/Options.py @@ -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):