SoF7: mention correct type in message

closes #3786
[ci skip]
This commit is contained in:
Severin Glöckner 2019-01-05 02:28:30 +01:00
parent ae20a1ab65
commit d5e07b0053

View file

@ -553,10 +553,27 @@
speaker=Hadlin # wmllint: ignore
message= _ "Who goes there?"
[/message]
[message]
speaker=Alanin
message= _ "Im a dragoon, with Haldric IIs 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= _ "Im a dragoon, with Haldric IIs 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= _ "Im a cavalier, with Haldric IIs 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."