mirror of
https://github.com/magefree/mage.git
synced 2026-01-22 19:29:59 -08:00
Prevented 0 damage prevention events.
This commit is contained in:
parent
8674bbf10d
commit
0357dcb59d
4 changed files with 5 additions and 4 deletions
|
|
@ -59,7 +59,7 @@ public class NimbleMongoose extends CardImpl<NimbleMongoose> {
|
|||
// Shroud
|
||||
this.addAbility(ShroudAbility.getInstance());
|
||||
// Threshold - Nimble Mongoose gets +2/+2 as long as seven or more cards are in your graveyard.
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new ConditionalContinousEffect(new BoostSourceEffect(2, 2, Duration.WhileOnBattlefield), new CardsInControllerGraveCondition(7), "{this} gets +2/+2 as long as seven or more cards are in your graveyard")));
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new ConditionalContinousEffect(new BoostSourceEffect(2, 2, Duration.WhileOnBattlefield), new CardsInControllerGraveCondition(7), "<i> Threshold</i> - {this} gets +2/+2 as long as seven or more cards are in your graveyard")));
|
||||
}
|
||||
|
||||
public NimbleMongoose(final NimbleMongoose card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue