mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-23 22:00:25 +00:00
Avoid using manual KILL in last breath event
This is error-prone, better to just have separate last breath and die events.
This commit is contained in:
parent
bec750c98e
commit
5135511756
@ -829,7 +829,15 @@
|
||||
speaker=Izziasch
|
||||
message= _ "Curssessss!"
|
||||
[/message]
|
||||
{KILL id=Izziasch}
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=die
|
||||
|
||||
[filter]
|
||||
id=Izziasch
|
||||
[/filter]
|
||||
|
||||
[if]
|
||||
[have_unit]
|
||||
side=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user