mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
[gameplay-a26] Do not stack fire damage
Fire cavalry is currently unstopable. nerf it by not stacking fire damage. Differential revision: D4497 This was SVN commit r26474.
This commit is contained in:
parent
3bd332a401
commit
422fbbee7f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<Damage>
|
||||
<Fire>2</Fire>
|
||||
</Damage>
|
||||
<Stackability>Stack</Stackability>
|
||||
<Stackability>Ignore</Stackability>
|
||||
<Duration>9000</Duration>
|
||||
</Burning>
|
||||
</ApplyStatus>
|
||||
|
|
|
|||
Loading…
Reference in a new issue