share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/enemy.lua
changeset 7530 0ba32e5412ce
parent 7527 35d154745d7a
child 8043 da083f8d95e6
equal deleted inserted replaced
7527:35d154745d7a 7530:0ba32e5412ce
   246 end
   246 end
   247 
   247 
   248 function SetupFinalAnim()
   248 function SetupFinalAnim()
   249   finalAnim = {
   249   finalAnim = {
   250     {func = AnimGearWait, args = {cyborg, 1000}},
   250     {func = AnimGearWait, args = {cyborg, 1000}},
   251     {func = AnimSay, args = {cyborg, loc("Nicely done, meatbag!"), SAY_SAY, 3000}},
   251     {func = AnimSay, args = {cyborg, loc("Nicely done, meatbags!"), SAY_SAY, 3000}},
   252     {func = AnimSay, args = {cyborg, loc("You have won the game by proving true cooperative skills!"), SAY_SAY, 7000}},
   252     {func = AnimSay, args = {cyborg, loc("You have won the game by proving true cooperative skills!"), SAY_SAY, 7000}},
   253     {func = AnimSay, args = {cyborg, loc("You have proven yourselves worthy!"), SAY_SAY, 4000}},
   253     {func = AnimSay, args = {cyborg, loc("You have proven yourselves worthy!"), SAY_SAY, 4000}},
   254     {func = AnimSay, args = {players[1], loc("Game? Was this a game to you?!"), SAY_SAY, 4000}},
   254     {func = AnimSay, args = {players[1], loc("Game? Was this a game to you?!"), SAY_SAY, 4000}},
   255     {func = AnimSay, args = {cyborg, loc("Well, yes. This was a cyborg television show."), SAY_SAY, 5500}},
   255     {func = AnimSay, args = {cyborg, loc("Well, yes. This was a cyborg television show."), SAY_SAY, 5500}},
   256     {func = AnimSay, args = {cyborg, loc("It is called 'Hogs of Steel'."), SAY_SAY, 4000}},
   256     {func = AnimSay, args = {cyborg, loc("It is called 'Hogs of Steel'."), SAY_SAY, 4000}},