share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/united.lua
changeset 14919 4596357d002d
parent 14682 0bba06a05d52
child 14953 ff4003a90ff8
equal deleted inserted replaced
14918:6a928999fefd 14919: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