Make holoparasite's damage transfer ignore the host's armor (#35418)

Change stuff
This commit is contained in:
No Elka
2025-02-23 23:03:11 +03:00
committed by GitHub
parent 408c6ab443
commit 9fb5517afa

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