forked from External/mage
[BRO] Implemented Gix, Yawgmoth Praetor (#9765)
* [BRO] Implemented Gix, Yawgmoth Praetor * Add missing TestPlayer, PlayerStub implementations
This commit is contained in:
parent
89687b305a
commit
92b6d7a531
8 changed files with 280 additions and 15 deletions
|
|
@ -425,6 +425,8 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
*/
|
||||
SpellAbility chooseAbilityForCast(Card card, Game game, boolean noMana);
|
||||
|
||||
ActivatedAbility chooseLandOrSpellAbility(Card card, Game game, boolean noMana);
|
||||
|
||||
boolean removeFromHand(Card card, Game game);
|
||||
|
||||
boolean removeFromBattlefield(Permanent permanent, Ability source, Game game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue