mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -08:00
fix Charred Graverobber escape cost
This commit is contained in:
parent
d067110632
commit
fe84702ff5
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ public final class CharredGraverobber extends CardImpl {
|
||||||
ability.addTarget(new TargetCardInYourGraveyard(filter));
|
ability.addTarget(new TargetCardInYourGraveyard(filter));
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
|
|
||||||
// Escape---{3}{B}, Exile four other cards from your graveyard.
|
// Escape---{3}{B}{B}, Exile four other cards from your graveyard.
|
||||||
this.addAbility(new EscapeAbility(this, "{3}{B}", 4));
|
this.addAbility(new EscapeAbility(this, "{3}{B}{B}", 4));
|
||||||
|
|
||||||
// Charred Graverobber escapes with a +1/+1 counter on it.
|
// Charred Graverobber escapes with a +1/+1 counter on it.
|
||||||
this.addAbility(new EscapesWithAbility(1));
|
this.addAbility(new EscapesWithAbility(1));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue