Removed TSP as an available token image source (no token images)

This commit is contained in:
PurpleCrowbar 2022-06-08 23:58:13 +01:00
parent dd95a5dd3b
commit c6e8583d63
7 changed files with 9 additions and 19 deletions

View file

@ -6,6 +6,8 @@ import mage.MageInt;
import mage.constants.CardType;
import mage.constants.SubType;
import java.util.Arrays;
/**
*
* @author Quercitron
@ -20,6 +22,8 @@ public final class CitizenToken extends TokenImpl {
subtype.add(SubType.CITIZEN);
power = new MageInt(1);
toughness = new MageInt(1);
availableImageSetCodes = Arrays.asList("UMA");
}
public CitizenToken(final CitizenToken token) {