* Felhide Petrifier - Added missing Deathtouch ability.

This commit is contained in:
LevelX2 2014-04-27 16:12:18 +02:00
parent b4dcddd0a9
commit e03c0c1332

View file

@ -55,6 +55,8 @@ public class FelhidePetrifier extends CardImpl<FelhidePetrifier> {
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,