mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
[FIX] Fixes issue 297.
This commit is contained in:
parent
436f7917c0
commit
449a04b17f
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ public class GrimgrinCorpseBorn extends CardImpl<GrimgrinCorpseBorn> {
|
|||
this.toughness = new MageInt(5);
|
||||
|
||||
// Grimgrin, Corpse-Born enters the battlefield tapped and doesn't untap during your untap step.
|
||||
this.getAbilities().add(new EntersBattlefieldTappedAbility());
|
||||
this.getAbilities().add(new SimpleStaticAbility(Zone.BATTLEFIELD, new SkipUntapSourceEffect()));
|
||||
this.addAbility(new EntersBattlefieldTappedAbility());
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new SkipUntapSourceEffect()));
|
||||
// Sacrifice another creature: Untap Grimgrin and put a +1/+1 counter on it.
|
||||
SimpleActivatedAbility ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new UntapSourceEffect(),
|
||||
new SacrificeTargetCost(new TargetControlledCreaturePermanent(1, 1, filter, false)));
|
||||
|
|
Loading…
Reference in a new issue