mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
* Morph - Fixed that turning creatures face up didn't restore their subtypes (fixes #4566).
This commit is contained in:
parent
b073ce1c42
commit
d29707bdea
2 changed files with 43 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ public class MorphAbility extends StaticAbility implements AlternativeSourceCost
|
|||
spellColor.setGreen(false);
|
||||
spellColor.setWhite(false);
|
||||
spellColor.setBlue(false);
|
||||
spell.getSubtype(game).clear();
|
||||
game.getState().getCreateCardAttribute(spell.getCard(), game).getSubtype().clear();
|
||||
} else {
|
||||
spell.setFaceDown(false, game);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue