diff --git a/Mage.Sets/src/mage/sets/innistrad/InsectileAberration.java b/Mage.Sets/src/mage/sets/innistrad/InsectileAberration.java index ee44bc35a8..2b5d49024b 100644 --- a/Mage.Sets/src/mage/sets/innistrad/InsectileAberration.java +++ b/Mage.Sets/src/mage/sets/innistrad/InsectileAberration.java @@ -49,7 +49,6 @@ public class InsectileAberration extends CardImpl { // this card is the second face of double-faced card this.nightCard = true; - this.canTransform = true; this.power = new MageInt(3); this.toughness = new MageInt(2);