mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
Revised Odyssey cards
This commit is contained in:
parent
899271995d
commit
ef6079ca6e
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class Chlorophant extends CardImpl<Chlorophant> {
|
|||
// Threshold - As long as seven or more cards are in your graveyard, Chlorophant has "At the beginning of your upkeep, you may put another +1/+1 counter on Chlorophant."
|
||||
this.addAbility(new ConditionalTriggeredAbility(new BeginningOfUpkeepTriggeredAbility(new AddCountersSourceEffect(CounterType.P1P1.createInstance()), TargetController.YOU, true),
|
||||
new CardsInControllerGraveCondition(7),
|
||||
"{this} deals 2 damage to each of up to three target creatures and/or players.<br/><br/><i>Threshold<i/> - {this} deals 4 damage to each of those creatures and/or players instead if seven or more cards are in your graveyard."));
|
||||
"<i>Threshold</i> As long as seven or more cards are in your graveyard, {this} has \"At the beginning of your upkeep, you may put another +1/+1 counter on {this}\""));
|
||||
}
|
||||
|
||||
public Chlorophant(final Chlorophant card) {
|
||||
|
|
Loading…
Reference in a new issue