mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fixes from VerifyCardDataTest text compare
This commit is contained in:
parent
65a2b4003d
commit
b85b61873f
27 changed files with 58 additions and 50 deletions
|
|
@ -12,7 +12,7 @@ import mage.constants.SubType;
|
|||
public final class ReefWormFishToken extends TokenImpl {
|
||||
|
||||
public ReefWormFishToken() {
|
||||
super("Fish Token", "3/3 blue Fish creature token with \"When this creature dies, create a 6/6 blue Whale creature token with \"When this creature dies, create a 9/9 blue Kraken creature token.\"\"");
|
||||
super("Fish Token", "3/3 blue Fish creature token with \"When this creature dies, create a 6/6 blue Whale creature token with 'When this creature dies, create a 9/9 blue Kraken creature token.'\"");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setBlue(true);
|
||||
subtype.add(SubType.FISH);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue