hedgewars/uGearsHedgehog.pas
changeset 13995 52e20f8f538a
parent 13988 c28a4f76d37d
child 14014 f09276eb0c27
--- a/hedgewars/uGearsHedgehog.pas	Fri Oct 26 22:46:37 2018 +0200
+++ b/hedgewars/uGearsHedgehog.pas	Fri Oct 26 22:52:17 2018 +0200
@@ -625,7 +625,7 @@
         begin
         Inc(MultiShootAttacks);
 
-        if (Ammoz[a].Ammo.NumPerTurn >= MultiShootAttacks) and ((GameFlags and gfMultiWeapon) = 0) then
+        if (Ammoz[a].Ammo.NumPerTurn > 0) and ((GameFlags and gfMultiWeapon) = 0) then
             begin
             s:= ansistring(inttostr(Ammoz[a].Ammo.NumPerTurn - MultiShootAttacks + 1));
             AddCaption(formatA(trmsg[sidRemaining], s), capcolDefault, capgrpAmmostate);