Make barrels a little easier to destroy (60 instead of 75) - still more than 2 shotgun blasts or a grenade, but in range of dynamite or a well-placed cluster
authornemo
Wed, 03 Mar 2010 04:33:49 +0000
changeset 2916 31f8d418ced3
parent 2915 a02f276035e8
child 2917 2f4320a1b31f
Make barrels a little easier to destroy (60 instead of 75) - still more than 2 shotgun blasts or a grenade, but in range of dynamite or a well-placed cluster
hedgewars/uConsts.pas
--- a/hedgewars/uConsts.pas	Wed Mar 03 02:56:18 2010 +0000
+++ b/hedgewars/uConsts.pas	Wed Mar 03 04:33:49 2010 +0000
@@ -266,7 +266,7 @@
 	cCurrHHZ = Succ(cHHZ);
 	cOnHHZ = 2000;
 
-	cBarrelHealth = 75;
+	cBarrelHealth = 60;
 	cShotgunRadius = 22;
 	cBlowTorchC    = 6;