mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
Clone Shell - face up on trigger
This commit is contained in:
parent
dc4fed493b
commit
794cc4a37d
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ class CloneShellDiesEffect extends OneShotEffect<CloneShellDiesEffect> {
|
|||
List<UUID> imprinted = permanent.getImprinted();
|
||||
if (imprinted.size() > 0) {
|
||||
Card imprintedCard = game.getCard(imprinted.get(0));
|
||||
imprintedCard.setFaceDown(false);
|
||||
if (imprintedCard.getCardType().contains(CardType.CREATURE)) {
|
||||
imprintedCard.putOntoBattlefield(game, Constants.Zone.EXILED, source.getSourceId(), source.getControllerId());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue