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
--- 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;