mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-20 23:24:16 +00: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:
+1
-1
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user