diff -r 2a9843339910 -r 0c660c3d98a4 hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Wed Sep 17 04:02:02 2008 +0000 +++ b/hedgewars/HHHandlers.inc Wed Sep 17 17:33:44 2008 +0000 @@ -166,6 +166,7 @@ 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); end; uStats.AmmoUsed(Ammo^[CurSlot, CurAmmo].AmmoType);