From 52ff1ac988c2e3605549518548c4fee1cc30b5be Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Mon, 11 Nov 2024 14:32:34 +0100 Subject: [PATCH] Subnautica: compose DeathLink custom text instead of overwriting --- worlds/subnautica/options.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/worlds/subnautica/options.py b/worlds/subnautica/options.py index 4bdd9aafa53f..bd05c3cdc396 100644 --- a/worlds/subnautica/options.py +++ b/worlds/subnautica/options.py @@ -112,8 +112,7 @@ def get_pool(self) -> typing.List[str]: 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 Note: can be toggled via in-game console command \"deathlink\"." class FillerItemsDistribution(ItemDict):