forked from External/mage
Removed some wrong import of Poison the Well and some minor changes.
This commit is contained in:
parent
8990163a7e
commit
cbfc32db3c
7 changed files with 18 additions and 17 deletions
|
|
@ -159,7 +159,7 @@ public class Spell implements StackObject, Card {
|
|||
}
|
||||
|
||||
public String getSpellCastText(Game game) {
|
||||
for (Ability spellAbility : (Abilities<Ability>) getAbilities()) {
|
||||
for (Ability spellAbility : getAbilities()) {
|
||||
if (spellAbility instanceof MorphAbility
|
||||
&& ((AlternativeSourceCosts) spellAbility).isActivated(getSpellAbility(), game)) {
|
||||
return "a card face down";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue