share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/united.lua
changeset 14898 4596357d002d
parent 14661 0bba06a05d52
child 14932 ff4003a90ff8
equal deleted inserted replaced
14897:6a928999fefd 14898:4596357d002d
   543     AddAnim(hogDeadAnim)
   543     AddAnim(hogDeadAnim)
   544     AddFunction({func = AfterHogDeadAnim, args = {}})
   544     AddFunction({func = AfterHogDeadAnim, args = {}})
   545   end
   545   end
   546 end
   546 end
   547 
   547 
   548 function onPrecise()
   548 function onPreciseLocal()
   549   if GameTime > 2500 then
   549   if GameTime > 2500 then
   550     SetAnimSkip(true)
   550     SetAnimSkip(true)
   551   end
   551   end
   552 end
   552 end
   553 
   553