ACF3: Mention mines time in a sequence where it has been forgotten
String freeze is maintained, the string is already in stub.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()