diff --git a/Content.Server/White/SelfHeal/SelfHealSystem.cs b/Content.Server/White/SelfHeal/SelfHealSystem.cs index 84a301da53..5c6ad2d94a 100644 --- a/Content.Server/White/SelfHeal/SelfHealSystem.cs +++ b/Content.Server/White/SelfHeal/SelfHealSystem.cs @@ -159,8 +159,9 @@ public sealed class SelfHealSystem: EntitySystem var doAfterEventArgs = new DoAfterArgs(EntityManager, user, component.Delay, new SelfHealDoAfterEvent(), target, target) { - BreakOnUserMove = true, BreakOnTargetMove = true, + BreakOnUserMove = true, + BreakOnDamage = true, }; _doAfter.TryStartDoAfter(doAfterEventArgs); } diff --git a/Resources/Prototypes/White/Species/actions.yml b/Resources/Prototypes/White/Species/actions.yml index 9a2fe9306d..71480dc93a 100644 --- a/Resources/Prototypes/White/Species/actions.yml +++ b/Resources/Prototypes/White/Species/actions.yml @@ -30,3 +30,4 @@ - type: EntityTargetAction event: !type:SelfHealEvent icon: White/Icons/tongue.png + itemIconStyle: BigAction