share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/shadow.lua
changeset 15002 3ed1cbd31754
parent 14932 ff4003a90ff8
child 15020 fa597f6e301d
equal deleted inserted replaced
15001:1a05a1929e2c 15002:3ed1cbd31754
  1140   if gear == cyborg and stage == cyborgStage then
  1140   if gear == cyborg and stage == cyborgStage then
  1141     cyborgAttacked = true
  1141     cyborgAttacked = true
  1142   end
  1142   end
  1143 end
  1143 end
  1144 
  1144 
  1145 function onPreciseLocal()
  1145 function onPrecise()
  1146   if GameTime > 2500 and AnimInProgress() then
  1146   if GameTime > 2500 and AnimInProgress() then
  1147     SetAnimSkip(true)
  1147     SetAnimSkip(true)
  1148     return
  1148     return
  1149   end
  1149   end
  1150 end
  1150 end