Subnautica: give Early Seaglide a display name (#1313)
This commit is contained in:
parent
b7d46004e2
commit
78a18dee4e
|
@ -31,6 +31,7 @@ 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)."""
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue