From 5e5f24cdd260810f2d823a9ddb6b77795e91afa8 Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Wed, 14 Aug 2024 10:55:02 -0400 Subject: [PATCH] TUNIC: Add off and on aliases for the Entrance Rando option #3794 --- worlds/tunic/options.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/worlds/tunic/options.py b/worlds/tunic/options.py index bf1dd860..92cbafba 100644 --- a/worlds/tunic/options.py +++ b/worlds/tunic/options.py @@ -132,8 +132,10 @@ class EntranceRando(TextChoice): internal_name = "entrance_rando" display_name = "Entrance Rando" alias_false = 0 + alias_off = 0 option_no = 0 alias_true = 1 + alias_on = 1 option_yes = 1 default = 0