mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
[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
|
|
@ -5127,6 +5127,11 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
return this.phyrexianColors;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ActivatedAbility chooseLandOrSpellAbility(Card card, Game game, boolean noMana) {
|
||||
return card.getSpellAbility();
|
||||
}
|
||||
|
||||
@Override
|
||||
public SpellAbility chooseAbilityForCast(Card card, Game game, boolean noMana) {
|
||||
return card.getSpellAbility();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue