mirror of
https://github.com/correl/mage.git
synced 2024-12-25 19:25:41 +00:00
Update ChamberSentry.java
This commit is contained in:
parent
1603f1fe2c
commit
84d587868e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public final class ChamberSentry extends CardImpl {
|
|||
this.toughness = new MageInt(0);
|
||||
|
||||
// Chamber Sentry enters the battlefield with a +1/+1 counter on it for each color of mana spent to cast it.
|
||||
this.addAbility(new SunburstAbility(this));
|
||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.P1P1.createInstance(), ColorsOfManaSpentToCastCount.getInstance(), true)));
|
||||
|
||||
// {X}, {T}, Remove X +1/+1 counters from Chamber Sentry: It deals X damage to any target.
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new DamageTargetEffect(new ManacostVariableValue()), new ManaCostsImpl("{X}"));
|
||||
|
|
Loading…
Reference in a new issue