Update PhantomTiger.java

This commit is contained in:
Temba21 2015-03-17 20:14:50 +02:00
parent cc4abc1330
commit d02a21a56a

View file

@ -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;
}
}
}