forked from External/mage
Test framework: fixed missing range info for added cards (some ETB effects were broken on "put to battlefield" command usage);
This commit is contained in:
parent
654c0be1ac
commit
4e79c83784
5 changed files with 27 additions and 2 deletions
|
|
@ -707,6 +707,8 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
|
||||
void untap(Game game);
|
||||
|
||||
void updateRange(Game game);
|
||||
|
||||
ManaOptions getManaAvailable(Game game);
|
||||
|
||||
void addAvailableTriggeredMana(List<Mana> netManaAvailable);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue