diff -r e796e9a88394 -r 7ff86274114e hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Fri May 17 22:57:22 2019 +0200 +++ b/hedgewars/uWorld.pas Sat May 18 00:18:52 2019 +0200 @@ -1931,7 +1931,7 @@ begin i:= GetCurAmmoEntry(CurrentHedgehog^)^.Pos; with Ammoz[CurAmmoType] do - if PosCount > 1 then + if PosCount > 0 then begin if (CurAmmoType = amGirder) or (CurAmmoType = amTeleport) then begin