# HG changeset patch # User Wuzzy # Date 1480080154 -3600 # Node ID c680b7db1e2e4a7e76738aacab083790bd843dfa # Parent ed40d46c9e59be6edc0cb4a99f998d8da505daf1 Add custom ammo texts for Knockball diff -r ed40d46c9e59 -r c680b7db1e2e share/hedgewars/Data/Maps/Knockball/map.lua --- 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()