share/hedgewars/Data/Maps/Knockball/map.lua
changeset 12082 c680b7db1e2e
parent 12081 ed40d46c9e59
child 14401 6c21bd8547dd
--- a/share/hedgewars/Data/Maps/Knockball/map.lua	Fri Nov 25 14:06:00 2016 +0100
+++ b/share/hedgewars/Data/Maps/Knockball/map.lua	Fri Nov 25 14:22:34 2016 +0100
@@ -18,6 +18,7 @@
 
 function onGameStart()
 	ShowMission(loc("Knockball"), loc("Not So Friendly Match"), loc("Bat balls at your enemies and|push them into the sea!"), -amBaseballBat, 0)
+	SetAmmoTexts(amBaseballBat, loc("Baseball Bat with Ball"), loc("Knockball weapon"), loc("Throw a baseball at your foes|and send them flying!") .. "|" .. loc("Attack: Throw ball"))
 end
 
 function onGameTick()