Show Battalion mission panel for the default time
authorWuzzy <almikes@aol.com>
Sun, 14 May 2017 16:28:32 +0200
changeset 12418 665317ace94e
parent 12417 f6fc84c55bfa
child 12419 6944a9161cdb
Show Battalion mission panel for the default time
share/hedgewars/Data/Scripts/Multiplayer/Battalion.lua
--- a/share/hedgewars/Data/Scripts/Multiplayer/Battalion.lua	Sun May 14 16:27:38 2017 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Battalion.lua	Sun May 14 16:28:32 2017 +0200
@@ -1676,7 +1676,7 @@
     txt = txt .. string.format(loc("Highland: Hogs get %d random weapons from their pool"), highPickupSDCount) .. "|"
   end
 
-  ShowMission(loc("Battalion"), loc("Less tools, more fun"), txt, icon, 1000)
+  ShowMission(loc("Battalion"), loc("Less tools, more fun"), txt, icon, 0)
 end
 
 function onGameInit()