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)