forked from External/mage
Add Summon The Pack (modification - needs the creatures to be zombies (done) but not black)
This commit is contained in:
parent
710cd3ade2
commit
578ea668bb
4 changed files with 247 additions and 2 deletions
|
|
@ -594,6 +594,9 @@ public abstract class CardImpl extends MageObjectImpl implements Card {
|
|||
} else if (game.getPhase() == null) {
|
||||
// E.g. Commander of commander game
|
||||
removed = true;
|
||||
} else {
|
||||
// Unstable - Summon the Pack
|
||||
removed = true;
|
||||
}
|
||||
break;
|
||||
case BATTLEFIELD: // for sacrificing permanents or putting to library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue