share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/united.lua
changeset 14505 dbf704b00762
parent 14491 f8c2b995c009
child 14666 0bba06a05d52
equal deleted inserted replaced
14504:c20cc536f3da 14505:dbf704b00762
    72   freshDead = nil
    72   freshDead = nil
    73   SetTurnTimeLeft(TurnTime)
    73   SetTurnTimeLeft(TurnTime)
    74 end
    74 end
    75 
    75 
    76 function AfterStartAnim()
    76 function AfterStartAnim()
    77   local goal = loc("Defeat the cannibals!|")
    77   local goal = loc("Defeat the cannibals!")
    78   local chiefgoal = loc("Try to protect the chief! You won't lose if he dies, but it is advised that he survives.")
    78   local chiefgoal = loc("Try to protect the chief! You won't lose if he dies, but it is advised that he survives.")
    79   SetTurnTimeLeft(TurnTime)
    79   SetTurnTimeLeft(TurnTime)
    80   ShowMission(loc("United We Stand"), loc("Invasion"), goal .. chiefgoal, 1, 6000)
    80   ShowMission(loc("United We Stand"), loc("Invasion"), goal .. "|" .. chiefgoal, 1, 6000)
    81 end
    81 end
    82 
    82 
    83 function SkipStartAnim()
    83 function SkipStartAnim()
    84   AnimSetGearPosition(water, 2467, 754)
    84   AnimSetGearPosition(water, 2467, 754)
    85   if cratesSpawned[1] ~= true then
    85   if cratesSpawned[1] ~= true then