share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua
changeset 15069 e16f906224fd
parent 14989 5188ecbf726f
child 15269 96fbf9bb960a
--- a/share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua	Tue May 28 00:48:17 2019 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua	Tue May 28 01:28:59 2019 +0200
@@ -128,7 +128,7 @@
 
 function showStartingInfo()
 
-    ShowMission(loc("Mutant"), loc("A Hedgewars tag game"), rules(), 1, 5000)
+    ShowMission(loc("Mutant"), loc("A Hedgewars tag game"), rules(), -amWatermelon, 5000)
 
 end
 
@@ -465,7 +465,7 @@
     ShowMission(loc("Mutant"),
         loc("Final result"),
         string.format(loc("Winner: %s"), teamsSorted[1]) .. "| |" .. loc("Scores:") .. " |" ..
-        showScore, 0, 15000)
+        showScore, 4, 15000)
 
         -- return winning team
         return teamsSorted[1]