mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Update Ragamuffyn.java
This commit is contained in:
parent
0286da4781
commit
56ecba2dd2
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ public class Ragamuffyn extends CardImpl {
|
|||
this.toughness = new MageInt(2);
|
||||
|
||||
// Hellbent - {tap}, Sacrifice a creature or land: Draw a card. Activate this ability only if you have no cards in hand.
|
||||
Ability ability = new ConditionalActivatedAbility(Zone.BATTLEFIELD,new DrawCardSourceControllerEffect(1),new TapSourceCost(), HellbentCondition.getInstance(),
|
||||
"Hellbent - {T}, Sacrifice a creature or land: Draw a card. Activate this ability only if you have no cards in hand.");
|
||||
Ability ability = new ConditionalActivatedAbility(Zone.BATTLEFIELD,new DrawCardSourceControllerEffect(1),new TapSourceCost(), HellbentCondition.getInstance());
|
||||
ability.setAbilityWord(AbilityWord.HELLBENT);
|
||||
ability.addCost(new SacrificeTargetCost(new TargetControlledPermanent(filter)));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue