Fix various broken things in ANL picked up by wmllint and wmlscope.
This commit is contained in:
parent
ee61389d8a
commit
6d98b75bdb
4 changed files with 9 additions and 10 deletions
|
@ -489,4 +489,3 @@
|
|||
[/death]
|
||||
[/variation]
|
||||
[/unit_type]
|
||||
#undef UNIT_BODY_SOULLESS
|
||||
|
|
|
@ -233,10 +233,10 @@
|
|||
{WORKER_OPTIONS "Peasant"}
|
||||
{RESEARCH_OPTIONS "Mage,Red Mage,White Mage,Mage of Light,Silver Mage,Arch Mage,Great Mage"}
|
||||
{LEADER_OPTIONS}
|
||||
{SET_RECRUIT 1 "Peasant,Mage"}
|
||||
{SET_RECRUIT 2 "Peasant,Mage"}
|
||||
{SET_RECRUIT 3 "Peasant,Mage"}
|
||||
{SET_RECRUIT 4 "Peasant,Mage"}
|
||||
{ALLOW_RECRUIT 1 "Peasant,Mage"}
|
||||
{ALLOW_RECRUIT 2 "Peasant,Mage"}
|
||||
{ALLOW_RECRUIT 3 "Peasant,Mage"}
|
||||
{ALLOW_RECRUIT 4 "Peasant,Mage"}
|
||||
[/event]
|
||||
|
||||
# Auto-studying
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
image=items/chest-plain-open.png
|
||||
message= _ "The chest contains {TREASURE} gold."
|
||||
[/message]
|
||||
{ADD_GOLD_SIDE $side_number {TREASURE}}
|
||||
{ADD_GOLD $side_number {TREASURE}}
|
||||
#enddef
|
||||
|
||||
#define MOVEMENT_RESTRICTION TERRAIN_1 TERRAIN_2
|
||||
|
@ -89,4 +89,4 @@
|
|||
[/movement_costs]
|
||||
[/effect]
|
||||
[/object]
|
||||
#enddef
|
||||
#enddef
|
||||
|
|
|
@ -303,13 +303,13 @@ Negotiation Progress: $player_$side_number|.leader_option_2.progress|/$player_$s
|
|||
[message]
|
||||
speaker=narrator
|
||||
caption="Negotiation Complete"
|
||||
image="../data/campaigns/The_Rise_Of_Wesnoth/images/portraits/burin.png"
|
||||
image="images/portraits/James_Woo/dwarf-guard.png"
|
||||
message= _ "Our talks are complete - the Dwarves will gladly fight by your side. Which of our brethren do you want to recruit?
|
||||
"
|
||||
|
||||
{PICK_RECRUIT_OPTION ("units/dwarves/fighter.png~TC(1,magenta)") ("Dwarvish Fighter") ally_1}
|
||||
{PICK_RECRUIT_OPTION ("units/dwarves/guard.png~TC(1,magenta)") ("Dwarvish Guardsman") ally_2}
|
||||
{PICK_RECRUIT_OPTION ("units/dwarves/thunderer.png~TC(1,magenta)") ("Dwarvish Thunderer")ally_3}
|
||||
{PICK_RECRUIT_OPTION ("units/dwarves/thunderer.png~TC(1,magenta)") ("Dwarvish Thunderer") ally_3}
|
||||
{PICK_RECRUIT_OPTION ("units/dwarves/ulfserker.png~TC(1,magenta)") ("Dwarvish Ulfserker") ally_4}
|
||||
|
||||
[/message]
|
||||
|
@ -325,7 +325,7 @@ Negotiation Progress: $player_$side_number|.leader_option_2.progress|/$player_$s
|
|||
[message]
|
||||
speaker=narrator
|
||||
caption="Negotiation Complete"
|
||||
image="../data/campaigns/The_Rise_Of_Wesnoth/images/portraits/isomithir.png"
|
||||
image="images/portraits/Kitty/elvish-high-lord.png"
|
||||
message= _ "Our talks are complete - the Elves shall aid you in this battle. Which our of kin do you wish to recruit?
|
||||
"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue