changeset 1259 | 0c660c3d98a4 |
parent 1112 | 11590c68b68e |
child 1261 | 903058d382c7 |
--- 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);