Skip to content

Commit

Permalink
SoF7: mention correct type in message
Browse files Browse the repository at this point in the history
closes #3786
[ci skip]
  • Loading branch information
sevu committed Jan 5, 2019
1 parent ae20a1a commit d5e07b0
Showing 1 changed file with 21 additions and 4 deletions.
Expand Up @@ -553,10 +553,27 @@
speaker=Hadlin # wmllint: ignore
message= _ "Who goes there?"
[/message]
[message]
speaker=Alanin
message= _ "I’m a dragoon, with Haldric II’s personal bodyguard. I was sent on a mission in the northlands, and now elvish horsemen are chasing me. I barely evaded them."
[/message]
{IF_VAR unit.type}
[if]
[variable]
name=unit.type
equals=Dragoon
[/variable]
[then]
[message]
speaker=Alanin
# po: dragoon = his unit type
message= _ "I’m a dragoon, with Haldric II’s personal bodyguard. I was sent on a mission in the northlands, and now elvish horsemen are chasing me. I barely evaded them."
[/message]
[/then]
[else]
[message]
speaker=Alanin
# po: cavalier = his unit type
message= _ "I’m a cavalier, with Haldric II’s personal bodyguard. I was sent on a mission in the northlands, and now elvish horsemen are chasing me. I barely evaded them."
[/message]
[/else]
[/if]
[message]
speaker=Hadlin # wmllint: ignore
message= _ "I see. Well, come on in. I doubt they would be able to capture this fort, even if they did want to start a war, which I doubt."
Expand Down

0 comments on commit d5e07b0

Please sign in to comment.