From 78a18dee4e258716e7a90bc2e86f7e6e28deeb6d Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sat, 10 Dec 2022 18:00:18 +0100 Subject: [PATCH] Subnautica: give Early Seaglide a display name (#1313) --- worlds/subnautica/Options.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/subnautica/Options.py b/worlds/subnautica/Options.py index 8984fa86..deef33d6 100644 --- a/worlds/subnautica/Options.py +++ b/worlds/subnautica/Options.py @@ -31,6 +31,7 @@ class SwimRule(Choice): class EarlySeaglide(DefaultOnToggle): + display_name = "Early Seaglide" """Make sure 2 of the Seaglide Fragments are available in or near the Safe Shallows (Sphere 1 Locations)."""