hedgewars/HHHandlers.inc
changeset 5287 ffc1475a4afd
parent 5279 66969e7494c5
child 5313 5e18eaef65d0
--- a/hedgewars/HHHandlers.inc	Tue Jun 21 18:28:34 2011 -0400
+++ b/hedgewars/HHHandlers.inc	Wed Jun 22 01:04:38 2011 +0200
@@ -380,7 +380,7 @@
         else
             begin
             OnUsedAmmo(CurrentHedgehog^);
-            if ((Ammoz[a].Ammo.Propz and ammoprop_NoRoundEnd) = 0) and ((GameFlags and gfInfAttack) = 0) then
+            if ((Ammoz[a].Ammo.Propz and ammoprop_NoRoundEnd) = 0) and (((GameFlags and gfInfAttack) = 0) or PlacingHogs) then
                 begin
                 if TagTurnTimeLeft = 0 then TagTurnTimeLeft:= TurnTimeLeft;
                 TurnTimeLeft:=(Ammoz[a].TimeAfterTurn * cGetAwayTime) div 100;