forked from External/mage
Fix casting of Disturb cards with Auras on the back (#8600)
This commit is contained in:
parent
b473300680
commit
a94c837ad0
4 changed files with 18 additions and 6 deletions
|
|
@ -768,6 +768,11 @@ public class Spell extends StackObjectImpl implements Card {
|
|||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SpellAbility getSecondFaceSpellAbility() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isNightCard() {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue