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 deltanedas
parent 24b345b78c
commit dd228e7d51
1 changed files with 1 additions and 0 deletions

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