diff -r e9ee2bd51e08 -r 6090d2a2472e hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Mon Oct 11 21:41:24 2010 +0400 +++ b/hedgewars/HHHandlers.inc Mon Oct 11 20:34:21 2010 +0200 @@ -268,6 +268,9 @@ PauseMusic end; amFlamethrower: CurAmmoGear:= AddGear(hwRound(X), hwRound(Y), gtFlamethrower, 0, xx * _0_5, yy * _0_5, 0); + amResurrector: CurAmmoGear:= AddGear(hwRound(lx), + hwRound(ly), gtResurrector, 0, _0, + _0, 0); end; uStats.AmmoUsed(CurAmmoType);