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:
@@ -287,13 +287,13 @@ class BadStartingWeapons(Toggle):
|
||||
|
||||
class DonaldDeathLink(Toggle):
|
||||
"""
|
||||
If Donald is KO'ed, so is Sora. If Death Link is toggled on in your client, this will send a death to everyone.
|
||||
If Donald is KO'ed, so is Sora. If Death Link is toggled on in your client, this will send a death to everyone who enabled death link.
|
||||
"""
|
||||
display_name = "Donald Death Link"
|
||||
|
||||
class GoofyDeathLink(Toggle):
|
||||
"""
|
||||
If Goofy is KO'ed, so is Sora. If Death Link is toggled on in your client, this will send a death to everyone.
|
||||
If Goofy is KO'ed, so is Sora. If Death Link is toggled on in your client, this will send a death to everyone who enabled death link.
|
||||
"""
|
||||
display_name = "Goofy Death Link"
|
||||
|
||||
|
Reference in New Issue
Block a user