diff --git a/REDALERT/COMBAT.CPP b/REDALERT/COMBAT.CPP index 66f6da9..7fe073c 100644 --- a/REDALERT/COMBAT.CPP +++ b/REDALERT/COMBAT.CPP @@ -68,8 +68,6 @@ *=============================================================================================*/ int Modify_Damage(int damage, WarheadType warhead, ArmorType armor, int distance) { - if (!damage) return(damage); - /* ** If there is no raw damage value to start with, then ** there can be no modified damage either.