merge Wuzzy's highlanderfix and statsicons bookmarks.
authorsheepluva
Sun, 10 Jan 2016 21:33:11 +0100
changeset 11496 df990633cb25
parent 11493 62da13a15aff (current diff)
parent 11495 9cdc4ba2104d (diff)
child 11497 66f1cff4284b
merge Wuzzy's highlanderfix and statsicons bookmarks.
Binary file QTfrontend/res/StatsBestKiller.png has changed
Binary file QTfrontend/res/StatsCustomAchievement.png has changed
Binary file QTfrontend/res/StatsHedgehogsKilled.png has changed
Binary file QTfrontend/res/StatsMostSelfDamage.png has changed
Binary file QTfrontend/res/StatsSelfKilled.png has changed
Binary file QTfrontend/res/StatsSkipped.png has changed
--- a/share/hedgewars/Data/Scripts/Multiplayer/Highlander.lua	Sun Jan 10 21:14:06 2016 +0100
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Highlander.lua	Sun Jan 10 21:33:11 2016 +0100
@@ -242,6 +242,8 @@
 	EnableGameFlags(gfInfAttack, gfRandomOrder, gfPerHogAmmo)
 	DisableGameFlags(gfResetWeps, gfSharedAmmo)
 	HealthCaseProb = 100
+	Goals = loc("Highlander: Eliminate enemy hogs and take their weapons.") .."|" ..
+	loc("Weapons are reset on end of turn.")
 end
 
 function onGameStart()
@@ -271,16 +273,6 @@
 
     --WriteLnToConsole('utiltot:'..utiltot..' atktot:'..atktot)
         
-	ShowMission	(
-				loc("HIGHLANDER"),
-				loc("Not all hogs are born equal."),
-
-				"- " .. loc("Eliminate enemy hogs and take their weapons.") .. "|" ..
-				"- " .. loc("Per-Hog Ammo") .. "|" ..
-				"- " .. loc("Weapons reset.") .. "|" ..
-				"- " .. loc("Unlimited Attacks") .. "|" ..
-				"", 4, 4000
-				)
 
 	runOnGears(StartingSetUp)
 	runOnGears(ConvertValues)