mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
fixed Ingenious Inflitrator's ninjutsu cost
This commit is contained in:
parent
58185670ad
commit
7471e27513
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public final class IngeniousInfiltrator extends CardImpl {
|
|||
this.toughness = new MageInt(3);
|
||||
|
||||
// Ninjutsu {U}{B}
|
||||
this.addAbility(new NinjutsuAbility(new ManaCostsImpl("{1}{U}")));
|
||||
this.addAbility(new NinjutsuAbility(new ManaCostsImpl("{U}{B}")));
|
||||
|
||||
// Whenever a Ninja you control deals combat damage to a player, draw a card.
|
||||
this.addAbility(new DealsDamageToAPlayerAllTriggeredAbility(
|
||||
|
|
Loading…
Add table
Reference in a new issue