THoT: move Dulcatulos's death event to a macro

This commit is contained in:
Charles Dang 2015-01-22 05:41:05 +11:00
parent a94824ca7c
commit 9b0b500d78
2 changed files with 19 additions and 16 deletions

View file

@ -331,23 +331,8 @@
[/endlevel]
[/event]
[event]
name=die
[filter]
id="Dulcatulos"
[/filter]
[message]
speaker=Aiglondur
message=_"Without Dulcatulos to explain our actions to the Kal Karthans well have to fight them, too. Our mission has failed."
[/message]
[endlevel]
result=defeat
[/endlevel]
[/event]
{HERODEATH_AIGLONDUR}
{HERODEATH_ANGARTHING}
{HERODEATH_RATHELN}
{HERODEATH_DULCATULOS}
[/scenario]

View file

@ -49,3 +49,21 @@
[/message]
[/event]
#enddef
#define HERODEATH_DULCATULOS
[event]
name=die
[filter]
id="Dulcatulos"
[/filter]
[message]
speaker=Aiglondur
message=_"Without Dulcatulos to explain our actions to the Kal Karthans well have to fight them, too. Our mission has failed."
[/message]
[endlevel]
result=defeat
[/endlevel]
[/event]
#enddef