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:
parent
5141f36e95
commit
66314de965
|
@ -112,8 +112,7 @@ class AggressiveScanLogic(Choice):
|
|||
|
||||
|
||||
class SubnauticaDeathLink(DeathLink):
|
||||
"""When you die, everyone dies. Of course the reverse is true too.
|
||||
Note: can be toggled via in-game console command "deathlink"."""
|
||||
__doc__ = DeathLink.__doc__ + "\n\n Note: can be toggled via in-game console command \"deathlink\"."
|
||||
|
||||
|
||||
class FillerItemsDistribution(ItemDict):
|
||||
|
|
Loading…
Reference in New Issue