fixes from VerifyCardDataTest text compare

This commit is contained in:
Susucre 2024-06-01 16:58:16 +02:00
parent 65a2b4003d
commit b85b61873f
27 changed files with 58 additions and 50 deletions

View file

@ -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);