From 8678e02d54218d61fd5e849d231005bc60f62e83 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Wed, 21 Dec 2022 16:54:43 +0100 Subject: [PATCH] Subnautica: correct doc string placement for early seaglide --- worlds/subnautica/Options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/subnautica/Options.py b/worlds/subnautica/Options.py index deef33d6..03834cdb 100644 --- a/worlds/subnautica/Options.py +++ b/worlds/subnautica/Options.py @@ -31,8 +31,8 @@ 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).""" + display_name = "Early Seaglide" class ItemPool(Choice):