Non living creatures/mechanicals are from now on excluded from being healed.

This commit is contained in:
Fabian Müller 2008-12-01 14:55:49 +00:00
parent 1cb87781b3
commit e881e171d3

View file

@ -18,6 +18,15 @@ A poisoned unit cannot be cured of its poison by a healer, and must seek the car
poison=slowed
[affect_adjacent]
adjacent=n,ne,se,s,sw,nw
[filter]
[not]
[filter_wml]
[status]
not_living="yes"
[/status]
[/filter_wml]
[/not]
[/filter]
[/affect_adjacent]
[/heals]
#enddef
@ -38,6 +47,15 @@ A poisoned unit cannot be cured of its poison by a healer, and must seek the car
poison=slowed
[affect_adjacent]
adjacent=n,ne,se,s,sw,nw
[filter]
[not]
[filter_wml]
[status]
not_living="yes"
[/status]
[/filter_wml]
[/not]
[/filter]
[/affect_adjacent]
[/heals]
#enddef