share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/dragon.lua
changeset 14898 4596357d002d
parent 14486 f8c2b995c009
child 14932 ff4003a90ff8
equal deleted inserted replaced
14897:6a928999fefd 14898:4596357d002d
   751   elseif GetHogTeamName(CurrentHedgehog) == cyborgTeamName then
   751   elseif GetHogTeamName(CurrentHedgehog) == cyborgTeamName then
   752     EndTurn(true)
   752     EndTurn(true)
   753   end
   753   end
   754 end
   754 end
   755 
   755 
   756 function onPrecise()
   756 function onPreciseLocal()
   757   if GameTime > 2500 and AnimInProgress() then
   757   if GameTime > 2500 and AnimInProgress() then
   758     SetAnimSkip(true)
   758     SetAnimSkip(true)
   759   end
   759   end
   760 end
   760 end