mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
* Fixed some tooltip rule texts.
This commit is contained in:
parent
aa3d9f8040
commit
6b4336a00a
7 changed files with 27 additions and 35 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue