* Morph - Fixed that turning creatures face up didn't restore their subtypes (fixes #4566).

This commit is contained in:
LevelX2 2018-03-18 19:37:25 +01:00
parent b073ce1c42
commit d29707bdea
2 changed files with 43 additions and 1 deletions

View file

@ -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);
}