diff -r 93079fecbc77 -r 3ec0261e01f0 share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/death01.lua --- a/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/death01.lua Tue Apr 11 02:48:38 2017 +0200 +++ b/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/death01.lua Tue Apr 11 03:44:56 2017 +0200 @@ -16,7 +16,7 @@ local dialog01 = {} -- missions objectives local goals = { - [dialog01] = {missionName, loc("The final part"), loc("Defeat Professor Hogevil!"), 1, 4500}, + [dialog01] = {missionName, loc("The final part"), loc("Defeat Professor Hogevil!") .. "|" .. loc("Mines time: 1.5 seconds"), 1, 4500}, } -- crates local teleportCrate = {x = 1935, y = 1830}