hedgewars/uConsts.pas
changeset 14041 44f20c9e6861
parent 13861 d82c580b6596
child 14306 12e7442e4034
--- a/hedgewars/uConsts.pas	Wed Oct 31 13:08:56 2018 +0100
+++ b/hedgewars/uConsts.pas	Wed Oct 31 13:35:53 2018 +0100
@@ -191,6 +191,8 @@
     cMaxHogHealth = 268435455; // maximum hedgehog health
     // cMaxHogHealth was calculated by: High(LongInt) div (cMaxHHIndex+1);
 
+    ouchDmg = 55;        // least amount of damage a hog must take in one blow for sndOuch to play
+
     // Z levels
     cHHZ = 1000;
     cCurrHHZ = Succ(cHHZ);