From: No Elka <125199100+NoElkaTheGod@users.noreply.github.com> Date: Sun, 23 Feb 2025 20:03:11 +0000 (+0300) Subject: Make holoparasite's damage transfer ignore the host's armor (#35418) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=9fb5517afae2922b9b5ff13e51dc3a65110817dc;p=space-station-14.git Make holoparasite's damage transfer ignore the host's armor (#35418) Change stuff --- diff --git a/Content.Server/Guardian/GuardianSystem.cs b/Content.Server/Guardian/GuardianSystem.cs index 7a1b875756..4f80e2cd6c 100644 --- a/Content.Server/Guardian/GuardianSystem.cs +++ b/Content.Server/Guardian/GuardianSystem.cs @@ -269,6 +269,7 @@ namespace Content.Server.Guardian component.Host, args.DamageDelta * component.DamageShare, origin: args.Origin, + ignoreResistances: true, interruptsDoAfters: false); _popupSystem.PopupEntity(Loc.GetString("guardian-entity-taking-damage"), component.Host.Value, component.Host.Value);