share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/first_blood.lua
changeset 12585 b28f09d70e73
parent 12554 194b00c4ba07
child 12604 a45f8eec6869
equal deleted inserted replaced
12584:46a10d3fa619 12585:b28f09d70e73
   198   table.insert(challengeCompletedAnim, {func = AnimSay, args = {elderh, loc("Use it with precaution!"), SAY_SAY, 4000}})
   198   table.insert(challengeCompletedAnim, {func = AnimSay, args = {elderh, loc("Use it with precaution!"), SAY_SAY, 4000}})
   199   table.insert(challengeCompletedAnim, {func = AnimShowMission, args = {youngh, loc("First Blood"), loc("The Ultimate Weapon"), loc("Get that crate!"), 1, 5000}})
   199   table.insert(challengeCompletedAnim, {func = AnimShowMission, args = {youngh, loc("First Blood"), loc("The Ultimate Weapon"), loc("Get that crate!"), 1, 5000}})
   200   table.insert(challengeCompletedAnim, {func = AnimSwitchHog, args = {youngh}})
   200   table.insert(challengeCompletedAnim, {func = AnimSwitchHog, args = {youngh}})
   201 
   201 
   202   AddSkipFunction(beforeKillAnim, Skipanim, {beforeKillAnim})
   202   AddSkipFunction(beforeKillAnim, Skipanim, {beforeKillAnim})
       
   203   table.insert(beforeKillAnim, {func = AnimWait, args = {elderh, 100}})
   203   table.insert(beforeKillAnim, {func = AnimSay, args = {elderh, loc("What do my faulty eyes observe? A spy!"), SAY_SHOUT, 4000}, skipFunc = Skipanim, skipArgs = beforeKillAnim})
   204   table.insert(beforeKillAnim, {func = AnimSay, args = {elderh, loc("What do my faulty eyes observe? A spy!"), SAY_SHOUT, 4000}, skipFunc = Skipanim, skipArgs = beforeKillAnim})
   204   table.insert(beforeKillAnim, {func = AnimFollowGear, args = {cannibal}})
   205   table.insert(beforeKillAnim, {func = AnimFollowGear, args = {cannibal}})
   205   table.insert(beforeKillAnim, {func = AnimWait, args = {cannibal, 1000}})
   206   table.insert(beforeKillAnim, {func = AnimWait, args = {cannibal, 1000}})
   206   table.insert(beforeKillAnim, {func = AnimSay, args = {elderh, loc("Destroy him, Leaks A Lot! He is responsible for the deaths of many of us!"), SAY_SHOUT, 4000}})
   207   table.insert(beforeKillAnim, {func = AnimSay, args = {elderh, loc("Destroy him, Leaks A Lot! He is responsible for the deaths of many of us!"), SAY_SHOUT, 4000}})
   207   table.insert(beforeKillAnim, {func = AnimSay, args = {cannibal, loc("Oh, my!"), SAY_THINK, 4000}})
   208   table.insert(beforeKillAnim, {func = AnimSay, args = {cannibal, loc("Oh, my!"), SAY_THINK, 4000}})