mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
[CLB] Implemented Zellix, Sanity Flayer
This commit is contained in:
parent
da6e5260ec
commit
e22648a385
6 changed files with 152 additions and 0 deletions
|
|
@ -4852,6 +4852,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
for (Card card : cards.getCards(game)) {
|
||||
game.fireEvent(GameEvent.getEvent(GameEvent.EventType.MILLED_CARD, card.getId(), source, getId()));
|
||||
}
|
||||
game.fireEvent(new MilledCardsEvent(source, getId(), cards));
|
||||
return cards;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue