# HG changeset patch # User Wuzzy # Date 1525354649 -7200 # Node ID 8a9a723eb185ed7c53b9cb654595ad78635a915c # Parent aabec3d8613951906a6eff5062e1bf714141b529 Continental supplies: Fix “Boring” sound being played after continent select diff -r aabec3d86139 -r 8a9a723eb185 share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua Thu May 03 15:30:31 2018 +0200 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua Thu May 03 15:37:29 2018 +0200 @@ -48,6 +48,8 @@ --Will end the turn + give escape time function EndTurnCS(seconds) + -- Set attacked state to prevent “Boring” sound to be played + SetState(CurrentHedgehog, bor(GetState(CurrentHedgehog), gstAttacked)) --set escape time TurnTimeLeft = GetAwayTime*10*seconds if TurnTimeLeft > 0 then