forked from External/mage
[VOW] Implemented Rending Flame
This commit is contained in:
parent
8c97b47b21
commit
5203714d07
6 changed files with 91 additions and 0 deletions
|
|
@ -127,6 +127,8 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
|
||||
void exchangeLife(Player player, Ability source, Game game);
|
||||
|
||||
int damage(int damage, Ability source, Game game);
|
||||
|
||||
int damage(int damage, UUID attackerId, Ability source, Game game);
|
||||
|
||||
int damage(int damage, UUID attackerId, Ability source, Game game, boolean combatDamage, boolean preventable);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue