mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 14:04:41 +02:00
More changes
This commit is contained in:
parent
37d04344ae
commit
f374ee3be9
35 changed files with 38 additions and 38 deletions
|
@ -10,6 +10,6 @@ function onDamageTaken(effect, attacker, defender, skill, action, actionContaine
|
|||
--30350: Counter! You hit target for x points of damage
|
||||
--There are counter messages for blocks, can Vengeance be blocked/parried?
|
||||
attacker.DelHP(amount, actionContainer);
|
||||
actionContainer.AddHitAction(attacker.actorId, 30350, amount);
|
||||
actionContainer.AddHitAction(attacker.Id, 30350, amount);
|
||||
end;
|
||||
end;
|
Loading…
Add table
Add a link
Reference in a new issue