mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 04:09:54 -08:00
Some minor changes.
This commit is contained in:
parent
7a0e16fb33
commit
a7db298711
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ public class PhantomNantuko extends CardImpl {
|
|||
// Trample
|
||||
this.addAbility(TrampleAbility.getInstance());
|
||||
// Phantom Nantuko enters the battlefield with two +1/+1 counters on it.
|
||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.P1P1.createInstance(2), true)));
|
||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.P1P1.createInstance(2), true), "with two +1/+1 counters on it"));
|
||||
// If damage would be dealt to Phantom Nantuko, prevent that damage. Remove a +1/+1 counter from Phantom Nantuko.
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new PhantomNantukoPreventionEffect()));
|
||||
// {tap}: Put a +1/+1 counter on Phantom Nantuko.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue