This commit is contained in:
Jeff Wadsworth 2022-01-11 14:42:45 -06:00
parent 13baf726e9
commit 1810c2c778

View file

@ -117,6 +117,7 @@ public class BestowAbility extends SpellAbility {
if (permanent != null) {
MageObject basicObject = permanent.getBasicMageObject(game);
if (basicObject != null) {
game.checkStateAndTriggered(); // Bug #8157
basicObject.getSubtype().remove(SubType.AURA);
basicObject.addCardType(CardType.CREATURE);
}