diff -r d59da429d22c -r 6f51c75994a4 share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/backstab.lua --- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/backstab.lua Mon May 27 21:56:12 2019 +0200 +++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/backstab.lua Tue May 28 00:48:17 2019 +0200 @@ -690,7 +690,7 @@ ShowMission(loc("Backstab"), loc("Judas"), string.format(loc("Kill the traitor, %s, or spare his life!"), GetHogName(spyHog)) .. "|" .. loc("Kill him or skip your turn."), - 1, 8000) + 3, 8000) end -----------------------------Events------------------------------------ @@ -699,7 +699,7 @@ end function DoDeployedDead() - ShowMission(loc("Backstab"), loc("Brutus"), loc("You have failed to save the tribe!"), 0, 6000) + ShowMission(loc("Backstab"), loc("Brutus"), loc("You have failed to save the tribe!"), -amSkip, 6000) DismissTeam(nativesTeamName) DismissTeam(tribeTeamName) DismissTeam(cyborgTeamName) @@ -759,7 +759,7 @@ end function DoKilledOther() - ShowMission(loc("Backstab"), loc("Brutus"), loc("You have killed an innocent hedgehog!"), 0, 6000) + ShowMission(loc("Backstab"), loc("Brutus"), loc("You have killed an innocent hedgehog!"), -amSkip, 6000) DismissTeam(nativesTeamName) DismissTeam(tribeTeamName) EndTurn(true)