Mention important game modifiers in Spooky Tree and Nobody Laugh
authorWuzzy <almikes@aol.com>
Thu, 27 Apr 2017 02:42:40 +0200
changeset 12351 62b935bec899
parent 12350 193eba524369
child 12352 7f09d01ecb45
Mention important game modifiers in Spooky Tree and Nobody Laugh
share/hedgewars/Data/Missions/Scenario/User_Mission_-_Nobody_Laugh.lua
share/hedgewars/Data/Missions/Scenario/User_Mission_-_Spooky_Tree.lua
--- a/share/hedgewars/Data/Missions/Scenario/User_Mission_-_Nobody_Laugh.lua	Wed Apr 26 19:52:30 2017 -0400
+++ b/share/hedgewars/Data/Missions/Scenario/User_Mission_-_Nobody_Laugh.lua	Thu Apr 27 02:42:40 2017 +0200
@@ -54,7 +54,9 @@
 
 	ShowMission(	loc("Nobody Laugh"),
 					loc("Scenario"),
-					loc("Eliminate the enemy.")
+					loc("Eliminate the enemy.") .. "|" ..
+					loc("Unlimited Attacks: Attacks don't end your turn") .. "|"..
+					loc("Per-hog Ammo: Weapons are not shared between hogs")
 					, 0, 0
 				)
 
--- 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)