share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/dragon.lua
changeset 15002 3ed1cbd31754
parent 14932 ff4003a90ff8
child 15019 51fbc0034c6f
equal deleted inserted replaced
15001:1a05a1929e2c 15002:3ed1cbd31754
   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 onPreciseLocal()
   756 function onPrecise()
   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