Subnautica: compose DeathLink custom text instead of overwriting (#4172)

Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com>
This commit is contained in:
Fabian Dill 2024-11-17 00:55:18 +01:00 committed by GitHub
parent 5141f36e95
commit 66314de965
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -112,8 +112,7 @@ class AggressiveScanLogic(Choice):
class SubnauticaDeathLink(DeathLink): class SubnauticaDeathLink(DeathLink):
"""When you die, everyone dies. Of course the reverse is true too. __doc__ = DeathLink.__doc__ + "\n\n Note: can be toggled via in-game console command \"deathlink\"."
Note: can be toggled via in-game console command "deathlink"."""
class FillerItemsDistribution(ItemDict): class FillerItemsDistribution(ItemDict):