mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
* Felhide Petrifier - Added missing Deathtouch ability.
This commit is contained in:
parent
b4dcddd0a9
commit
e03c0c1332
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue