mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Various Games: Improve Custom Death Link Option Description (#4171)
Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com> Co-authored-by: Scipio Wright <scipiowright@gmail.com> Co-authored-by: LiquidCat64 <74896918+LiquidCat64@users.noreply.github.com>
This commit is contained in:
@@ -57,13 +57,8 @@ class ExtraLogic(DefaultOnToggle):
|
||||
|
||||
|
||||
class Hylics2DeathLink(DeathLink):
|
||||
"""
|
||||
When you die, everyone dies. The reverse is also true.
|
||||
|
||||
Note that this also includes death by using the PERISH gesture.
|
||||
|
||||
Can be toggled via in-game console command "/deathlink".
|
||||
"""
|
||||
__doc__ = (DeathLink.__doc__ + "\n\n Note that this also includes death by using the PERISH gesture." +
|
||||
"\n\n Can be toggled via in-game console command \"/deathlink\".")
|
||||
|
||||
|
||||
@dataclass
|
||||
|
Reference in New Issue
Block a user