share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/shadow.lua
changeset 14903 4596357d002d
parent 14882 421eed52a8e1
child 14937 ff4003a90ff8
equal deleted inserted replaced
14902:6a928999fefd 14903:4596357d002d
  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 onPrecise()
  1145 function onPreciseLocal()
  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