]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Make holoparasite's damage transfer ignore the host's armor (#35418)
authorNo Elka <125199100+NoElkaTheGod@users.noreply.github.com>
Sun, 23 Feb 2025 20:03:11 +0000 (23:03 +0300)
committerGitHub <noreply@github.com>
Sun, 23 Feb 2025 20:03:11 +0000 (21:03 +0100)
Change stuff

Content.Server/Guardian/GuardianSystem.cs

index 7a1b875756e7365434a8fe5c776a1feaa0dae8da..4f80e2cd6c465f0a20d9f9339bd35e5ecbb9ced4 100644 (file)
@@ -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);