implemented Neyith of the Dire Hunt

This commit is contained in:
Evan Kranzler 2020-06-30 21:29:59 -04:00
parent 00c5162682
commit 73026b57b1
6 changed files with 182 additions and 6 deletions

View file

@ -152,6 +152,8 @@ public interface Permanent extends Card, Controllable {
boolean fight(Permanent fightTarget, Ability source, Game game);
boolean fight(Permanent fightTarget, Ability source, Game game,boolean batchTrigger);
boolean entersBattlefield(UUID sourceId, Game game, Zone fromZone, boolean fireEvent);
String getValue(GameState state);