share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/journey.lua
changeset 7243 9ae9178c525e
parent 7239 598fe796dd01
child 7245 53f73f4ae203
equal deleted inserted replaced
7241:7fda4d886c5e 7243:9ae9178c525e
   406   AddSkipFunction(midAnim, SkipMidAnimAlone, {})
   406   AddSkipFunction(midAnim, SkipMidAnimAlone, {})
   407 end
   407 end
   408 
   408 
   409 function SetupAnimAcceptedDied()
   409 function SetupAnimAcceptedDied()
   410   table.insert(startAnimAD, {func = AnimWait, args = {leaks, 3000}})
   410   table.insert(startAnimAD, {func = AnimWait, args = {leaks, 3000}})
   411   table.insert(startAnimAD, {func = AnimTurn, args = {leaks, "left"}})
   411   table.insert(startAnimAD, {func = AnimTurn, args = {leaks, "Left"}})
   412   table.insert(startAnimAD, {func = AnimSay, args = {leaks, loc("I need to get to the other side of this island, fast!"), SAY_THINK, 5000}})
   412   table.insert(startAnimAD, {func = AnimSay, args = {leaks, loc("I need to get to the other side of this island, fast!"), SAY_THINK, 5000}})
   413   table.insert(startAnimAD, {func = AnimSay, args = {leaks, loc("With Dense Cloud on the land of shadows, I'm the village's only hope..."), SAY_THINK, 7000}})
   413   table.insert(startAnimAD, {func = AnimSay, args = {leaks, loc("With Dense Cloud on the land of shadows, I'm the village's only hope..."), SAY_THINK, 7000}})
   414 
   414 
   415   table.insert(midAnimAD, {func = AnimWait, args = {leaks, 500}})
   415   table.insert(midAnimAD, {func = AnimWait, args = {leaks, 500}})
   416   table.insert(midAnimAD, {func = AnimCustomFunction, swh = false, args = {leaks, RestoreCyborg, {1300, 1200, 1390, 1200}}})
   416   table.insert(midAnimAD, {func = AnimCustomFunction, swh = false, args = {leaks, RestoreCyborg, {1300, 1200, 1390, 1200}}})