share/hedgewars/Data/Scripts/Multiplayer/Battalion.lua
changeset 12426 a0c655e38cc8
parent 12425 bdf81e6c00eb
child 12427 959d1f4dff25
equal deleted inserted replaced
12425:bdf81e6c00eb 12426:a0c655e38cc8
  1687 
  1687 
  1688   if mode == 'highland' then
  1688   if mode == 'highland' then
  1689     txt = txt .. string.format(loc("Highland: Hogs get %d random weapons from their pool"), highPickupSDCount) .. "|"
  1689     txt = txt .. string.format(loc("Highland: Hogs get %d random weapons from their pool"), highPickupSDCount) .. "|"
  1690   end
  1690   end
  1691 
  1691 
       
  1692   SetAmmoDescriptionAppendix(amRCPlane, loc("The RC plane only carries 1 weak bomb."))
       
  1693   SetAmmoDescriptionAppendix(amAirAttack, loc("The air bombs are weaker than usual."))
       
  1694   SetAmmoDescriptionAppendix(amCake, loc("The explosion is weaker than usual."))
       
  1695   SetAmmoDescriptionAppendix(amDEagle, loc("Base damage has been modified to 12 per shot."))
       
  1696 
  1692   ShowMission(loc("Battalion"), loc("Less tools, more fun"), txt, icon, 0)
  1697   ShowMission(loc("Battalion"), loc("Less tools, more fun"), txt, icon, 0)
  1693 end
  1698 end
  1694 
  1699 
  1695 function onGameInit()
  1700 function onGameInit()
  1696   --[[ CONFIGURATEABLE FOR PLAYERS ]]--
  1701   --[[ CONFIGURATEABLE FOR PLAYERS ]]--