diff -r a9e4e8fa852c -r bdf8e80a97b8 share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/backstab.lua --- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/backstab.lua Tue Feb 06 04:07:35 2018 +0100 +++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/backstab.lua Tue Feb 06 05:47:09 2018 +0100 @@ -4,7 +4,7 @@ = SUMMARY = It is revealed that there's a traitor among the natives. Player decides whether to kill him or not. -After the natives must defeat 3 waves of cannibals. +After this, the natives must defeat 3 waves of cannibals. = FLOW CHART = @@ -634,7 +634,7 @@ AddEvent(CheckWaveDead, {3}, DoWaveDead, {3}, 0) AddEvent(CheckDeployedDead, {}, DoDeployedDead, {}, 0) EndTurn(true) - ShowMission(loc("Backstab"), loc("Drills"), loc("You have 7 turns until the next wave arrives.|Make sure the arriving cannibals are greeted appropriately!|If the hog dies, the cause is lost.|Hint: you might want to use some mines..."), 1, 12000) + ShowMission(loc("Backstab"), loc("Drills"), loc("You have 7 turns until the next wave arrives.|Make sure the arriving cannibals are greeted appropriately!|If the hog dies, the cause is lost.|Hint: You might want to use some mines ..."), 1, 12000) end function DoTurnsOver()