hedgewars/uConsts.pas
changeset 14073 9c817b2eedae
parent 14062 44f20c9e6861
child 14327 12e7442e4034
equal deleted inserted replaced
14072:8a0d69c16cad 14073:9c817b2eedae
   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