hedgewars/uConsts.pas
changeset 14073 9c817b2eedae
parent 14062 44f20c9e6861
child 14327 12e7442e4034
--- a/hedgewars/uConsts.pas	Wed Oct 31 23:36:05 2018 +0100
+++ b/hedgewars/uConsts.pas	Thu Nov 01 02:55:22 2018 +0300
@@ -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);