share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/enemy.lua
changeset 14898 4596357d002d
parent 14876 543729d313f5
child 14932 ff4003a90ff8
equal deleted inserted replaced
14897:6a928999fefd 14898:4596357d002d
   712     AnimSay(CurrentHedgehog, string.format(loc("Your deaths will be avenged, %s!"), cannibalsTeamName), SAY_SHOUT, 0)
   712     AnimSay(CurrentHedgehog, string.format(loc("Your deaths will be avenged, %s!"), cannibalsTeamName), SAY_SHOUT, 0)
   713     cannibalsDeadFresh = false
   713     cannibalsDeadFresh = false
   714   end
   714   end
   715 end
   715 end
   716 
   716 
   717 function onPrecise()
   717 function onPreciseLocal()
   718   if GameTime > 3000 and AnimInProgress() then
   718   if GameTime > 3000 and AnimInProgress() then
   719     SetAnimSkip(true)
   719     SetAnimSkip(true)
   720   end
   720   end
   721 end
   721 end