forked from External/mage
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:
parent
8859637844
commit
b6dbc782be
9 changed files with 259 additions and 172 deletions
|
|
@ -774,7 +774,7 @@ public class Spell extends StackObjectImpl implements Card {
|
|||
|
||||
@Override
|
||||
public Card getSecondCardFace() {
|
||||
return null;
|
||||
return card.getSecondCardFace();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue