diff -r bf46b4bdf27d -r e5cb885492df hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Fri Nov 12 00:11:22 2010 +0100 +++ b/hedgewars/HHHandlers.inc Fri Nov 12 14:54:53 2010 +0100 @@ -305,6 +305,8 @@ gtResurrector, 0, _0, _0, 0); CurAmmoGear^.SoundChannel := LoopSound(sndResurrector); end; + amDrillStrike: AddGear(CurWeapon^.Pos, 0, gtAirAttack, 3, _0, _0, 0); + //amMelonStrike: AddGear(CurWeapon^.Pos, 0, gtAirAttack, 4, _0, _0, 0); end; uStats.AmmoUsed(CurAmmoType);