hedgewars/uConsts.pas
changeset 14041 44f20c9e6861
parent 13861 d82c580b6596
child 14306 12e7442e4034
equal deleted inserted replaced
14040:128fbd36eee4 14041:44f20c9e6861
   188     cHHRadius = 9; // hedgehog radius
   188     cHHRadius = 9; // hedgehog radius
   189     cHHStepTicks = 29;
   189     cHHStepTicks = 29;
   190 
   190 
   191     cMaxHogHealth = 268435455; // maximum hedgehog health
   191     cMaxHogHealth = 268435455; // maximum hedgehog health
   192     // cMaxHogHealth was calculated by: High(LongInt) div (cMaxHHIndex+1);
   192     // cMaxHogHealth was calculated by: High(LongInt) div (cMaxHHIndex+1);
       
   193 
       
   194     ouchDmg = 55;        // least amount of damage a hog must take in one blow for sndOuch to play
   193 
   195 
   194     // Z levels
   196     // Z levels
   195     cHHZ = 1000;
   197     cHHZ = 1000;
   196     cCurrHHZ = Succ(cHHZ);
   198     cCurrHHZ = Succ(cHHZ);
   197 
   199