diff -r 193eba524369 -r 62b935bec899 share/hedgewars/Data/Missions/Scenario/User_Mission_-_Spooky_Tree.lua --- a/share/hedgewars/Data/Missions/Scenario/User_Mission_-_Spooky_Tree.lua Wed Apr 26 19:52:30 2017 -0400 +++ b/share/hedgewars/Data/Missions/Scenario/User_Mission_-_Spooky_Tree.lua Thu Apr 27 02:42:40 2017 +0200 @@ -82,7 +82,10 @@ GirderCrate = SpawnAmmoCrate(1789,514,amShotgun) -- final shotgun SpawnAmmoCrate(1181,419,amBee) - ShowMission(loc("Spooky Tree"), loc("Scenario"), loc("Eliminate the enemy before the time runs out.") .. "|" .. loc("Mines time: 0 seconds"), -amBee, 0) + ShowMission(loc("Spooky Tree"), loc("Scenario"), + loc("Eliminate the enemy before the time runs out.") .. "|" .. + loc("Unlimited Attacks: Attacks don't end your turn") .. "|" .. + loc("Mines time: 0 seconds"), -amBee, 0) SetWind(-75)