mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
spjspj - Implement Stitcher's Graft [EMN]
This commit is contained in:
parent
b91b6402dc
commit
dad0b3809f
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public class StitchersGraft extends CardImpl {
|
|||
effect.setText("Equipped creature has \"Whenever equipped creature attacks, it doesn't untap during its controller's next untap step.\"");
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, effect));
|
||||
|
||||
// Whenever Stitcher's Graft becomes unequipped from a permanent, sacrifice that permanent.
|
||||
// Whenever Stitcher's Graft becomes unattached from a permanent, sacrifice that permanent.
|
||||
this.addAbility(new UnattachedTriggeredAbility(new SacrificeEquippedEffect(), false));
|
||||
|
||||
// Equip {2}
|
||||
|
|
Loading…
Reference in a new issue