Remove that ugly race filter.
This should fix feeding not working with not living unit that are not from the "undead" or "mechanical" race (mostly in UMC)
This commit is contained in:
parent
773b76ede4
commit
84e92880aa
1 changed files with 5 additions and 5 deletions
|
@ -482,11 +482,11 @@ This unit gains 1 hitpoint added to its maximum whenever it kills a living unit.
|
|||
|
||||
[filter]
|
||||
[not]
|
||||
race=undead
|
||||
[/not]
|
||||
|
||||
[not]
|
||||
race=mechanical
|
||||
[wml_filter]
|
||||
[status]
|
||||
not_living="yes"
|
||||
[/status]
|
||||
[/wml_filter]
|
||||
[/not]
|
||||
[/filter]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue