mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 06:52:02 -08:00
[CMM] Implement Cacophony Unleashed (#10689)
This commit is contained in:
parent
3e406a9975
commit
50989970cb
4 changed files with 99 additions and 3 deletions
|
|
@ -105,6 +105,9 @@ public class BecomesCreatureSourceEffect extends ContinuousEffectImpl {
|
|||
permanent.removeAllCardTypes(game);
|
||||
permanent.removeAllSubTypes(game);
|
||||
}
|
||||
for (SuperType superType : token.getSuperType(game)) {
|
||||
permanent.addSuperType(game, superType);
|
||||
}
|
||||
for (CardType cardType : token.getCardType(game)) {
|
||||
permanent.addCardType(game, cardType);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue