share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/first_blood.lua
changeset 14898 4596357d002d
parent 14486 f8c2b995c009
child 14908 8d63c6ce4f7e
equal deleted inserted replaced
14897:6a928999fefd 14898:4596357d002d
   888     cannibalVisible = true
   888     cannibalVisible = true
   889     cannibalDamaged = true
   889     cannibalDamaged = true
   890   end
   890   end
   891 end
   891 end
   892 
   892 
   893 function onPrecise()
   893 function onPreciseLocal()
   894   if GameTime > 2000 then
   894   if GameTime > 2000 then
   895     SetAnimSkip(true)
   895     SetAnimSkip(true)
   896   end
   896   end
   897 end
   897 end
   898 
   898