Argument order was wrong in those unclosed macros.
This fix should be back-ported to 1.4
This commit is contained in:
parent
512c996f22
commit
77ebb79594
1 changed files with 3 additions and 3 deletions
|
@ -124,8 +124,8 @@
|
|||
[recall]
|
||||
description=Harper
|
||||
[/recall]
|
||||
{LOYAL_UNIT 1 Outlaw Jingo ( _ "Jingo") 30 17}
|
||||
{LOYAL_UNIT 1 Outlaw Majel ( _ "Majel") 32 17}
|
||||
{LOYAL_UNIT 1 Outlaw 30 17 Jingo ( _ "Jingo")}
|
||||
{LOYAL_UNIT 1 Outlaw 32 17 Majel ( _ "Majel")}
|
||||
# wmllint: recognize Jingo
|
||||
# wmllint: recognize Majel
|
||||
[/event]
|
||||
|
@ -154,7 +154,7 @@
|
|||
message= _ "The garrison. The towers of Halstead are more than a garrison, nephew, they are a fortress. They used to protect this area from the enemies of Wesnoth; I never imagined they would house the enemies of Wesnoth."
|
||||
[/message]
|
||||
|
||||
{LOYAL_UNIT 1 Dragoon Pitcher ( _ "Pitcher") 11 1}
|
||||
{LOYAL_UNIT 1 Dragoon 11 1 (Pitcher) ( _ "Pitcher")}
|
||||
# wmllint: recognize Pitcher
|
||||
|
||||
{MOVE_UNIT description=Pitcher 20 14}
|
||||
|
|
Loading…
Add table
Reference in a new issue