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

This commit is contained in:
PurpleCrowbar 2022-06-08 23:13:35 +01:00
parent 4a2167627e
commit 6faf3cdc48
2 changed files with 1 additions and 6 deletions

View file

@ -16,7 +16,7 @@ public final class PlantToken extends TokenImpl {
power = new MageInt(0);
toughness = new MageInt(1);
availableImageSetCodes = Arrays.asList("ARC", "C18", "DDP", "OGW", "PC2", "WWK", "XLN", "ZNR", "CMR", "NEC", "2XM", "NCC", "PCA", "DDR");
availableImageSetCodes = Arrays.asList("C18", "DDP", "OGW", "PC2", "WWK", "XLN", "ZNR", "CMR", "NEC", "2XM", "NCC", "PCA", "DDR");
}
public PlantToken(final PlantToken token) {