Make holoparasite's damage transfer ignore the host's armor (#35418)
Change stuff
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user