mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Fix wrong value for the Aura of Kush Hero Arakamani
The wrong value leaded to the aura having no effect. Reported by @Atrik Investigated by @Vantha Fixes #8725
This commit is contained in:
parent
adb435b405
commit
ed6075c222
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"affects": ["Healer"],
|
||||
"affectedPlayers": ["Enemy"],
|
||||
"modifications": [
|
||||
{ "value": "Heal/HP", "multiply": 0 }
|
||||
{ "value": "Heal/Health", "multiply": 0 }
|
||||
],
|
||||
"auraName": "Slaughter of the Faithful",
|
||||
"auraDescription": "Enemy Healers −100% healing strength."
|
||||
|
|
|
|||
Loading…
Reference in a new issue