mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
* 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:
parent
6f8aec173d
commit
cfadfe9942
2 changed files with 38 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue