mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 23:29:59 +00:00
fix #13848, Lt. Aethyr death events not triggering in Rise of Wesnoth
This commit is contained in:
parent
96cbf7b5e6
commit
ad2b2e3bc6
@ -411,6 +411,11 @@
|
||||
[event]
|
||||
name=die
|
||||
first_time_only=no
|
||||
[filter]
|
||||
[not]
|
||||
description=Lt. Aethyr
|
||||
[/not]
|
||||
[/filter]
|
||||
|
||||
{RISE_UP_RISE_UP $x1 $y1}
|
||||
[/event]
|
||||
@ -724,7 +729,7 @@
|
||||
[if]
|
||||
[have_unit]
|
||||
description=Lt. Aethyr
|
||||
side=2
|
||||
side=1
|
||||
[/have_unit]
|
||||
[then]
|
||||
[message]
|
||||
|
Loading…
x
Reference in New Issue
Block a user