Remove check for full health for negative damage warheads
This commit is contained in:
committed by
reaperrr
parent
99de33bbe3
commit
6a599e57f6
@@ -34,9 +34,6 @@ namespace OpenRA.Mods.Common.Warheads
|
||||
if (!victim.Info.HasTraitInfo<IHealthInfo>())
|
||||
return false;
|
||||
|
||||
if (Damage < 0 && victim.GetDamageState() == DamageState.Undamaged)
|
||||
return false;
|
||||
|
||||
return base.IsValidAgainst(victim, firedBy);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user