diff -r 128fbd36eee4 -r 44f20c9e6861 hedgewars/uConsts.pas --- 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);