# HG changeset patch
# User Wuzzy <almikes@aol.com>
# Date 1493341335 -7200
# Node ID ad481d9d48fb86dde814bd181ede760da038629a
# Parent  b43c00e36369c24ec0bf932365c1661b503fc349
ACF, mission 3: Fail faster after Leaks or Dense Cloud died

diff -r b43c00e36369 -r ad481d9d48fb share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/journey.lua
--- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/journey.lua	Fri Apr 28 02:50:23 2017 +0200
+++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/journey.lua	Fri Apr 28 03:02:15 2017 +0200
@@ -807,6 +807,7 @@
 end
 
 function DoLeaksDead()
+  EndTurn(true)
   AddCaption(loc("The village, unprepared, was destroyed by the cyborgs..."))
   DismissTeam(loc("Natives"))
 end
@@ -816,6 +817,7 @@
 end
 
 function DoDenseDead()
+  EndTurn(true)
   AddCaption(loc("The village, unprepared, was destroyed by the cyborgs..."))
   DismissTeam(loc("Natives"))
 end