hedgewars/uGears.pas
changeset 12181 c6984784c9fb
parent 11921 b1782491f19c
child 12192 de9144250c37
--- a/hedgewars/uGears.pas	Fri Apr 07 01:50:49 2017 +0200
+++ b/hedgewars/uGears.pas	Fri Apr 07 02:26:12 2017 +0200
@@ -450,7 +450,8 @@
         begin
         if (cHedgehogTurnTime >= 10000)
         and (CurrentHedgehog^.Gear <> nil)
-        and ((CurrentHedgehog^.Gear^.State and gstAttacked) = 0) then
+        and ((CurrentHedgehog^.Gear^.State and gstAttacked) = 0)
+        and (not isGetAwayTime) then
             if TurnTimeLeft = 5000 then
                 PlaySoundV(sndHurry, CurrentTeam^.voicepack)
             else if TurnTimeLeft = 4000 then