diff --git a/res/cardsfolder/spectral_cloak.txt b/res/cardsfolder/spectral_cloak.txt index 2fdd2b80568..fe8ee8d9d62 100644 --- a/res/cardsfolder/spectral_cloak.txt +++ b/res/cardsfolder/spectral_cloak.txt @@ -5,6 +5,7 @@ Text:no text K:Enchant creature K:enPump:+0/+0 K:stPumpEnchanted:Creature.untapped:0/0/Shroud:No Condition:Enchanted creature has shroud as long as it's untapped. (It can't be the target of spells or abilities.) +SVar:RemAIDeck:True SVar:Rarity:Uncommon SVar:Picture:http://www.wizards.com/global/images/magic/general/spectral_cloak.jpg End diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index 7f1076f0f1b..68499dff01d 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -10543,6 +10543,7 @@ public class CardFactory implements NewConstants { else { //not implemented for AI } + if (!CardUtil.isCreatureType(chosenType)) chosenType = ""; card.setChosenType(chosenType); }//resolve() }; //comesIntoPlayAbility