EI - Sentinel Shield Bugfix (#8033)
* Update items.cfg * Update items.cfg
This commit is contained in:
parent
5789246605
commit
2630b5bb63
1 changed files with 3 additions and 3 deletions
|
@ -417,7 +417,7 @@ sentinel #enddef
|
|||
# block all damage
|
||||
[modify_unit]
|
||||
[filter]
|
||||
id=${ATTACKER}
|
||||
id=${ATTACKER}.id
|
||||
[/filter]
|
||||
|
||||
[object]
|
||||
|
@ -471,7 +471,7 @@ sentinel #enddef
|
|||
{VARIABLE_OP drain_amount divide 2}
|
||||
[heal_unit]
|
||||
[filter]
|
||||
id=${ATTACKER}
|
||||
id=${ATTACKER}.id
|
||||
[/filter]
|
||||
|
||||
amount=$drain_amount
|
||||
|
@ -484,7 +484,7 @@ sentinel #enddef
|
|||
{VARIABLE_OP drain_amount divide 1}
|
||||
[heal_unit]
|
||||
[filter]
|
||||
id=${ATTACKER}
|
||||
id=${ATTACKER}.id
|
||||
[/filter]
|
||||
|
||||
amount=$drain_amount
|
||||
|
|
Loading…
Add table
Reference in a new issue