mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-30 01:47:13 +00:00
Fixed filters incorrectly nested one into another...
...which made the peasants say "they are attacking us" - "destroy them" when a skeleton attacked a troll
This commit is contained in:
parent
6712a77a33
commit
93250f956e
@ -760,7 +760,7 @@ Defeat:
|
||||
|
||||
[event]
|
||||
name=attack
|
||||
|
||||
first_time_only=no
|
||||
[filter]
|
||||
side=7
|
||||
[/filter]
|
||||
@ -797,14 +797,15 @@ Defeat:
|
||||
|
||||
[event]
|
||||
name=attack
|
||||
first_time_only=no
|
||||
[filter]
|
||||
side=8
|
||||
|
||||
[filter_second]
|
||||
side=1
|
||||
[/filter_second]
|
||||
[/filter]
|
||||
|
||||
[filter_second]
|
||||
side=1
|
||||
[/filter_second]
|
||||
|
||||
[if]
|
||||
[variable]
|
||||
name=fought_the_undead
|
||||
|
Loading…
x
Reference in New Issue
Block a user