Subnautica: correct doc string placement for early seaglide
This commit is contained in:
parent
2f37bedc92
commit
8678e02d54
|
@ -31,8 +31,8 @@ class SwimRule(Choice):
|
||||||
|
|
||||||
|
|
||||||
class EarlySeaglide(DefaultOnToggle):
|
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)."""
|
"""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):
|
class ItemPool(Choice):
|
||||||
|
|
Loading…
Reference in New Issue