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:
Benoît Timbert 2008-01-09 21:53:15 +00:00
parent 773b76ede4
commit 84e92880aa

View file

@ -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]