* Fixed a problem that subtypes were still present (e.g. for spell cost reduction) for cards cast face down (fixes #4277).

This commit is contained in:
LevelX2 2017-12-24 01:07:35 +01:00
parent 6f8aec173d
commit cfadfe9942
2 changed files with 38 additions and 0 deletions

View file

@ -230,6 +230,7 @@ public class MorphAbility extends StaticAbility implements AlternativeSourceCost
spellColor.setGreen(false);
spellColor.setWhite(false);
spellColor.setBlue(false);
spell.getSubtype(game).clear();
} else {
spell.setFaceDown(false, game);
}