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);