share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/united.lua
changeset 7247 9aba0c6458af
parent 7245 53f73f4ae203
child 7249 79b399c04410
equal deleted inserted replaced
7245:53f73f4ae203 7247:9aba0c6458af
    44   TurnTimeLeft = TurnTime
    44   TurnTimeLeft = TurnTime
    45 end
    45 end
    46 
    46 
    47 function AfterStartAnim()
    47 function AfterStartAnim()
    48   local goal = loc("Defeat the cannibals!|")
    48   local goal = loc("Defeat the cannibals!|")
    49   local chiefgoal = loc("Try to protect the chief! Unlike your other hogs, he won't return on future missions if he dies.")
    49   local chiefgoal = loc("Try to protect the chief! You won't lose if he dies, but it is advised that he survives.")
    50   TurnTimeLeft = TurnTime
    50   TurnTimeLeft = TurnTime
    51   ShowMission(loc("United We Stand"), loc("Invasion"), goal .. chiefgoal, 1, 6000)
    51   ShowMission(loc("United We Stand"), loc("Invasion"), goal .. chiefgoal, 1, 6000)
    52 end
    52 end
    53 
    53 
    54 function SkipStartAnim()
    54 function SkipStartAnim()