share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/queen.lua
changeset 14898 4596357d002d
parent 14665 6608a68ca0ee
child 14932 ff4003a90ff8
equal deleted inserted replaced
14897:6a928999fefd 14898:4596357d002d
   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 onPrecise()
   855 function onPreciseLocal()
   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