forked from External/mage
Implemented K'rrik, Son of Yawgmoth
KNOWN ISSUE: K'rrik's ability allowing the player to pay Phyrexian for black mana remains active after K'rrik leaves the battlefield.
This commit is contained in:
parent
b4325b1daa
commit
6fd9cab283
9 changed files with 593 additions and 311 deletions
|
|
@ -21,6 +21,7 @@ import mage.counters.Counters;
|
|||
import mage.designations.Designation;
|
||||
import mage.designations.DesignationType;
|
||||
import mage.filter.FilterPermanent;
|
||||
import mage.filter.FilterMana;
|
||||
import mage.game.Game;
|
||||
import mage.game.Graveyard;
|
||||
import mage.game.Table;
|
||||
|
|
@ -894,4 +895,9 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
|
||||
List<Designation> getDesignations();
|
||||
|
||||
void addPhyrexianToColors(FilterMana colors);
|
||||
|
||||
void removePhyrexianFromColors(FilterMana colors);
|
||||
|
||||
FilterMana getPhyrexianColors();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue