From 1c6b09be4f75c2183a06a234b5e1bcbf17898259 Mon Sep 17 00:00:00 2001 From: ThereDrD0 <88589686+ThereDrD0@users.noreply.github.com> Date: Thu, 28 Sep 2023 03:30:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=BA=D0=BE=D0=BD=D0=BA=D0=B0=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=BB=D0=B8=D0=B7=D0=B0=D0=BD=D0=B8=D1=8F=20(#4?= =?UTF-8?q?47)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Server/White/SelfHeal/SelfHealSystem.cs | 3 ++- Resources/Prototypes/White/Species/actions.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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