ACF3: Mention mines time in a sequence where it has been forgotten
authorWuzzy <Wuzzy2@mail.ru>
Sun, 29 Oct 2017 16:57:04 +0100
changeset 12797 981036f1bdef
parent 12796 d97fa936778e
child 12798 fdb3730aa0e2
ACF3: Mention mines time in a sequence where it has been forgotten String freeze is maintained, the string is already in stub.lua
share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/journey.lua
--- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/journey.lua	Sun Oct 29 16:21:24 2017 +0100
+++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/journey.lua	Sun Oct 29 16:57:04 2017 +0100
@@ -968,7 +968,8 @@
   PlaceCourseMines()
   ShowMission(loc("The Journey Back"), loc("Slippery"), 
     loc("Collect the weapon crate at the left coast!") .. "|" ..
-    loc("You'd better watch your steps..."), 0, 4000)
+    loc("You'd better watch your steps...") .. "|" ..
+    loc("Mines time: 3 seconds"), 0, 4000)
 end
 
 function CheckTookSniper()