# HG changeset patch # User Wuzzy # Date 1494775429 -7200 # Node ID a0c655e38cc80d8afa3fbcca42104234ec99026a # Parent bdf81e6c00eb5aa0d53a4de97f804b62c9f8a2a2 Battalion: Extend weapon tooltips for modified weapons diff -r bdf81e6c00eb -r a0c655e38cc8 share/hedgewars/Data/Scripts/Multiplayer/Battalion.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/Battalion.lua Sun May 14 16:57:05 2017 +0200 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Battalion.lua Sun May 14 17:23:49 2017 +0200 @@ -1689,6 +1689,11 @@ txt = txt .. string.format(loc("Highland: Hogs get %d random weapons from their pool"), highPickupSDCount) .. "|" end + SetAmmoDescriptionAppendix(amRCPlane, loc("The RC plane only carries 1 weak bomb.")) + SetAmmoDescriptionAppendix(amAirAttack, loc("The air bombs are weaker than usual.")) + SetAmmoDescriptionAppendix(amCake, loc("The explosion is weaker than usual.")) + SetAmmoDescriptionAppendix(amDEagle, loc("Base damage has been modified to 12 per shot.")) + ShowMission(loc("Battalion"), loc("Less tools, more fun"), txt, icon, 0) end