hedgewars/HHHandlers.inc
changeset 1573 cf88e0ace609
parent 1528 3fee15104c1d
child 1601 0cff69c8c4cf
--- a/hedgewars/HHHandlers.inc	Fri Jan 02 21:26:31 2009 +0000
+++ b/hedgewars/HHHandlers.inc	Fri Jan 02 21:39:51 2009 +0000
@@ -170,6 +170,7 @@
                    amWatermelon: FollowGear:= AddGear(hwRound(X), hwRound(Y), gtWatermelon,  0, xx*Power/cPowerDivisor, yy*Power/cPowerDivisor, Ammo^[CurSlot, CurAmmo].Timer);
                   amHellishBomb: FollowGear:= AddGear(hwRound(X), hwRound(Y), gtHellishBomb,    0, xx*Power/cPowerDivisor, yy*Power/cPowerDivisor, 5000);
                        amNapalm: AddGear(Ammo^[CurSlot, CurAmmo].Pos, 0, gtAirAttack, 2, _0, _0, 0);
+                        amDrill: FollowGear:= AddGear(hwRound(X), hwRound(Y), gtDrill, 0, xx*Power/cPowerDivisor, yy*Power/cPowerDivisor, 0);
                   end;
 
         uStats.AmmoUsed(Ammo^[CurSlot, CurAmmo].AmmoType);