HttT S06 Thieves join if leader killed

It is possible to take Elesenfar without ever capturing a village. To allow for this, and ensure the player always gets the Theives, they appear when Agadla dies as well as upon capturing a village.
This commit is contained in:
Gregory A Lundberg 2016-09-19 15:24:56 -05:00
parent 11d9891319
commit d6f7de91ac

View file

@ -378,12 +378,19 @@
[/filter_location]
side=1
[/filter]
[filter_condition]
[have_unit]
id=Agadla
[/have_unit]
[/filter_condition]
[message]
speaker=narrator
image="wesnoth-icon.png"
message= _ "As the banner was raised, sounds of fighting could be heard from across the city."
[/message]
#define THIEVES_JOIN_KONRAD
#create units
[unit]
@ -444,6 +451,19 @@
speaker=Reglok
message= _ "Lets expel these invaders! Today, the city is ours again!"
[/message]
#enddef
{THIEVES_JOIN_KONRAD}
[/event]
[event]
name=die
[filter]
id=Agadla
[/filter]
[kill]
id=Agadla
[/kill]
{THIEVES_JOIN_KONRAD}
[/event]
[/command]
[/option]