mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
Update PhantomTiger.java
This commit is contained in:
parent
cc4abc1330
commit
d02a21a56a
1 changed files with 1 additions and 2 deletions
|
@ -59,7 +59,6 @@ public class PhantomTiger extends CardImpl {
|
|||
this.subtype.add("Spirit");
|
||||
this.power = new MageInt(1);
|
||||
this.toughness = new MageInt(0);
|
||||
this.color.setGreen(true);
|
||||
|
||||
|
||||
// Phantom Tiger enters the battlefield with two +1/+1 counters on it.
|
||||
|
@ -144,4 +143,4 @@ class PhantomTigerPreventionEffect extends PreventionEffectImpl {
|
|||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue