mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
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…
Reference in a new issue