[CMM] Implement Cacophony Unleashed (#10689)

This commit is contained in:
Susucre 2023-07-29 01:33:35 +02:00 committed by GitHub
parent 3e406a9975
commit 50989970cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 99 additions and 3 deletions

View file

@ -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);
}