Removed some wrong import of Poison the Well and some minor changes.

This commit is contained in:
LevelX2 2015-01-20 14:00:56 +01:00
parent 8990163a7e
commit cbfc32db3c
7 changed files with 18 additions and 17 deletions

View file

@ -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";