share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/queen.lua
changeset 15002 3ed1cbd31754
parent 14932 ff4003a90ff8
child 15019 51fbc0034c6f
equal deleted inserted replaced
15001:1a05a1929e2c 15002:3ed1cbd31754
   850   if GetHogTeamName(CurrentHedgehog) == cyborgTeamName then
   850   if GetHogTeamName(CurrentHedgehog) == cyborgTeamName then
   851     EndTurn(true)
   851     EndTurn(true)
   852   end
   852   end
   853 end
   853 end
   854 
   854 
   855 function onPreciseLocal()
   855 function onPrecise()
   856   if GameTime > 2500 and AnimInProgress() then
   856   if GameTime > 2500 and AnimInProgress() then
   857     SetAnimSkip(true)
   857     SetAnimSkip(true)
   858   end
   858   end
   859 end
   859 end