hedgewars/HHHandlers.inc
changeset 1263 24677a82531d
parent 1261 903058d382c7
child 1284 21916b5de218
--- a/hedgewars/HHHandlers.inc	Thu Sep 18 14:44:44 2008 +0000
+++ b/hedgewars/HHHandlers.inc	Thu Sep 18 16:16:41 2008 +0000
@@ -168,6 +168,7 @@
                                  end;
                     amSeduction: FollowGear:= AddGear(hwRound(X), hwRound(Y), gtSeduction, 0, xx, yy, 0);
                    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);
                   end;
 
         uStats.AmmoUsed(Ammo^[CurSlot, CurAmmo].AmmoType);