diff --git a/Mage.Sets/src/mage/sets/journeyintonyx/FelhidePetrifier.java b/Mage.Sets/src/mage/sets/journeyintonyx/FelhidePetrifier.java index cd3eeff5e14..5cb2d956686 100644 --- a/Mage.Sets/src/mage/sets/journeyintonyx/FelhidePetrifier.java +++ b/Mage.Sets/src/mage/sets/journeyintonyx/FelhidePetrifier.java @@ -55,6 +55,8 @@ public class FelhidePetrifier extends CardImpl { this.power = new MageInt(2); this.toughness = new MageInt(3); + // Deathtouch + this.addAbility(DeathtouchAbility.getInstance()); // Other Minotaur creatures you control have deathtouch. this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new GainAbilityControlledEffect( DeathtouchAbility.getInstance(), Duration.WhileOnBattlefield,