forked from External/mage
[CMR] Implemented Ghost of Ramirez DePietro
This commit is contained in:
parent
f20b130391
commit
64a49712b2
4 changed files with 122 additions and 0 deletions
|
|
@ -4414,6 +4414,9 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
}
|
||||
Cards cards = new CardsImpl(this.getLibrary().getTopCards(game, event.getAmount()));
|
||||
this.moveCards(cards, Zone.GRAVEYARD, source, game);
|
||||
for (Card card : cards.getCards(game)) {
|
||||
game.fireEvent(GameEvent.getEvent(EventType.MILLED_CARD, card.getId(), source.getSourceId(), getId()));
|
||||
}
|
||||
return cards;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue