hedgewars/uConsts.pas
changeset 2916 31f8d418ced3
parent 2911 cd355befa683
child 2921 b7a636503298
equal deleted inserted replaced
2915:a02f276035e8 2916:31f8d418ced3
   264 	cSmokeZ = 499;
   264 	cSmokeZ = 499;
   265 	cHHZ = 1000;
   265 	cHHZ = 1000;
   266 	cCurrHHZ = Succ(cHHZ);
   266 	cCurrHHZ = Succ(cHHZ);
   267 	cOnHHZ = 2000;
   267 	cOnHHZ = 2000;
   268 
   268 
   269 	cBarrelHealth = 75;
   269 	cBarrelHealth = 60;
   270 	cShotgunRadius = 22;
   270 	cShotgunRadius = 22;
   271 	cBlowTorchC    = 6;
   271 	cBlowTorchC    = 6;
   272 
   272 
   273 	cKeyMaxIndex = 1023;
   273 	cKeyMaxIndex = 1023;
   274 
   274