* Fixed some tooltip rule texts.

This commit is contained in:
LevelX2 2020-08-24 22:45:54 +02:00
parent aa3d9f8040
commit 6b4336a00a
7 changed files with 27 additions and 35 deletions

View file

@ -1,5 +1,3 @@
package mage.game.permanent.token;
import java.util.ArrayList;
@ -18,7 +16,7 @@ public final class PlantToken extends TokenImpl {
}
public PlantToken() {
super("Plant", "0/1 green Plant creature");
super("Plant", "0/1 green Plant creature token");
cardType.add(CardType.CREATURE);
color.setGreen(true);
subtype.add(SubType.PLANT);