Fix casting Transformed (#10778)

* Combine casting Transformed into a shared SpellAbility, apply transform effect before spell is cast

* Minor cleanup

* Use effect.apply() rather than game.applyEffects()

* Add test with Maskwood Nexus
This commit is contained in:
ssk97 2023-09-15 14:56:32 -07:00 committed by GitHub
parent 8859637844
commit b6dbc782be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 259 additions and 172 deletions

View file

@ -774,7 +774,7 @@ public class Spell extends StackObjectImpl implements Card {
@Override
public Card getSecondCardFace() {
return null;
return card.getSecondCardFace();
}
@Override