changeset 13624 | 525686876f98 |
parent 13622 | a6abc2c1fc1a |
child 13647 | 3d14950641a4 |
--- a/hedgewars/uGearsHedgehog.pas Tue Aug 07 01:24:57 2018 +0200 +++ b/hedgewars/uGearsHedgehog.pas Tue Aug 07 01:28:19 2018 +0200 @@ -618,7 +618,7 @@ begin Inc(MultiShootAttacks); - if (Ammoz[a].Ammo.NumPerTurn >= MultiShootAttacks) then + if (Ammoz[a].Ammo.NumPerTurn >= MultiShootAttacks) and ((GameFlags and gfMultiWeapon) = 0) then begin s:= ansistring(inttostr(Ammoz[a].Ammo.NumPerTurn - MultiShootAttacks + 1)); AddCaption(formatA(trmsg[sidRemaining], s), cWhiteColor, capgrpAmmostate);