forked from External/mage
Tooltip fix
This commit is contained in:
parent
6320253018
commit
885e713eec
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ public class Bitterblossom extends CardImpl<Bitterblossom> {
|
|||
|
||||
class FaerieToken extends Token {
|
||||
FaerieToken() {
|
||||
super("", "a 1/1 black Faerie Rogue creature token with flying");
|
||||
super("", "1/1 black Faerie Rogue creature token with flying");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setBlack(true);
|
||||
subtype.add("Faerie");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue