diff -r 8096e69e839e -r 1c1cd66ffcdc hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sun Dec 17 20:50:49 2006 +0000 +++ b/hedgewars/uConsts.pas Tue Dec 19 17:20:14 2006 +0000 @@ -170,6 +170,7 @@ EXPLAutoSound = $00000002; EXPLNoDamage = $00000004; EXPLDoNotTouchHH = $00000008; + EXPLDontDraw = $00000010; posCaseAmmo = $00000001; posCaseHealth = $00000002; @@ -454,8 +455,8 @@ AmmoType: amBlowTorch); Slot: 6; TimeAfterTurn: 3000; - minAngle: 510; - maxAngle: 1400)); + minAngle: 768; + maxAngle: 1280)); implementation