Subnautica: correct doc string placement for early seaglide

This commit is contained in:
Fabian Dill 2022-12-21 16:54:43 +01:00 committed by Fabian Dill
parent 2f37bedc92
commit 8678e02d54
1 changed files with 1 additions and 1 deletions

View File

@ -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):