[VOW] Implemented Rending Flame

This commit is contained in:
Evan Kranzler 2021-10-31 14:25:35 -04:00
parent 8c97b47b21
commit 5203714d07
6 changed files with 91 additions and 0 deletions

View file

@ -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);