share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua
changeset 13372 57e15407804d
parent 13367 6fd53df98549
child 13374 e1aa72e0872e
--- a/share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua	Thu May 03 22:05:25 2018 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua	Thu May 03 22:12:13 2018 +0200
@@ -1082,10 +1082,10 @@
 		for c=1, #CS.CONTINENT_INFORMATION do
 			local cont = CS.CONTINENT_INFORMATION[c]
 			local hp = string.format(loc("Initial health: %d"), cont[7])
-			SetAmmoTexts(cont[4][1], cont[1], cont[2], hp .."|" .. cont[3])
+			SetAmmoTexts(cont[4][1], cont[1], cont[2], hp .."|" .. cont[3], false)
 			SetAmmoDescriptionAppendix(cont[4][1], nil)
 		end
-		SetAmmoTexts(amSwitch, loc("Random continent"), loc("If you just don’t care …"), loc("Select this item for a random continent."))
+		SetAmmoTexts(amSwitch, loc("Random continent"), loc("If you just don’t care …"), loc("Select this item for a random continent."), false)
 
 	elseif mode == "weapons" then
 		local specSelect = loc("Switch: Select weapon special")