Skip to content

Commit

Permalink
Subnautica: compose DeathLink custom text instead of overwriting
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed Nov 11, 2024
1 parent f3413e9 commit 52ff1ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions worlds/subnautica/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 52ff1ac

Please sign in to comment.