forked from External/mage
put into a graveyard from battlefield -> dies and 2 NPH
This commit is contained in:
parent
f399db14a9
commit
a61cddbca8
57 changed files with 264 additions and 131 deletions
|
|
@ -31,7 +31,7 @@ package mage.sets.guildpact;
|
|||
import java.util.UUID;
|
||||
import mage.Constants.CardType;
|
||||
import mage.Constants.Rarity;
|
||||
import mage.abilities.common.PutIntoGraveFromBattlefieldTriggeredAbility;
|
||||
import mage.abilities.common.DiesTriggeredAbility;
|
||||
import mage.abilities.effects.common.DrawCardControllerEffect;
|
||||
import mage.cards.CardImpl;
|
||||
|
||||
|
|
@ -45,7 +45,7 @@ public class HatchingPlans extends CardImpl<HatchingPlans> {
|
|||
super(ownerId, 27, "Hatching Plans", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{1}{U}");
|
||||
this.expansionSetCode = "GPT";
|
||||
this.color.setBlue(true);
|
||||
this.addAbility(new PutIntoGraveFromBattlefieldTriggeredAbility(new DrawCardControllerEffect(3)));
|
||||
this.addAbility(new DiesTriggeredAbility(new DrawCardControllerEffect(3)));
|
||||
}
|
||||
|
||||
public HatchingPlans (final HatchingPlans card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue