share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua
changeset 13363 544867ac1017
parent 13362 8a9a723eb185
child 13364 f609c5cd8286
--- a/share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua	Thu May 03 15:37:29 2018 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua	Thu May 03 16:16:15 2018 +0200
@@ -1083,7 +1083,7 @@
 			SetAmmoTexts(cont[4][1], cont[1], cont[2], hp .."|" .. cont[3])
 			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."))
 
 	elseif mode == "weapons" then
 		local specSelect = loc("Switch: Select weapon special")
@@ -1132,7 +1132,9 @@
 		SetAmmoDescriptionAppendix(amPickHammer,
 			specText..
 			CS.PICKHAMMER_SPECIAL_INFO)
-
+		SetAmmoDescriptionAppendix(amVampiric,
+			loc("This also increases the effectiveness of Medicine.")
+			)
 		for c=1, #CS.CONTINENT_INFORMATION do
 			local cont = CS.CONTINENT_INFORMATION[c]
 			SetAmmoTexts(cont[4][1], nil, nil, nil)