--- 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);