hedgewars/HHHandlers.inc
changeset 1261 903058d382c7
parent 1259 0c660c3d98a4
child 1263 24677a82531d
--- a/hedgewars/HHHandlers.inc	Thu Sep 18 12:40:46 2008 +0000
+++ b/hedgewars/HHHandlers.inc	Thu Sep 18 13:39:05 2008 +0000
@@ -166,7 +166,8 @@
                                  CurAmmoGear:= AddGear(hwRound(X) + hwSign(dX) * 3, hwRound(Y), gtCake, 0, xx, _0, 0);
                                  PlaySound(sndLaugh, false)
                                  end;
-                    amSeduction: FollowGear:= AddGear(hwRound(X), hwRound(Y), gtSeduction, 0, xx, yy);
+                    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);
                   end;
 
         uStats.AmmoUsed(Ammo^[CurSlot, CurAmmo].AmmoType);