mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
temple aura should only affect healable units, fixes #3482
This was SVN commit r17107.
This commit is contained in:
parent
86d81c5baa
commit
3bf05c81fc
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<heal>
|
||||
<Type>range</Type>
|
||||
<Radius>40</Radius>
|
||||
<Affects>Unit</Affects>
|
||||
<Affects>Human</Affects>
|
||||
<Modifications>
|
||||
<Health.RegenRate> <Add>1</Add> </Health.RegenRate>
|
||||
</Modifications>
|
||||
|
|
|
|||
Loading…
Reference in a new issue