hedgewars/GSHandlers.inc
changeset 1861 98de5dc5fda7
parent 1849 2a989e5abda6
child 1865 ebc6dfca60d4
--- a/hedgewars/GSHandlers.inc	Wed Mar 04 16:35:36 2009 +0000
+++ b/hedgewars/GSHandlers.inc	Thu Mar 05 14:54:02 2009 +0000
@@ -48,7 +48,7 @@
 	else
 		PlaySound(sndOw1, false, PHedgehog(Gear^.Hedgehog)^.Team^.voicepack);
 
-	dmg:= 1 + hwRound((hwAbs(Gear^.dY) - _0_4) * 70);
+	dmg:= modifyDamage(1 + hwRound((hwAbs(Gear^.dY) - _0_4) * 70));
 	inc(Gear^.Damage, dmg);
 	AddDamageTag(hwRound(Gear^.X), hwRound(Gear^.Y) + cHHRadius, dmg, PHedgehog(Gear^.Hedgehog)^.Team^.Clan^.Color);
 	end