hedgewars/HHHandlers.inc
changeset 4246 e5cb885492df
parent 4241 835fd7a0e1bf
child 4301 4866cc130b8d
--- 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);