Fix rat token images displaying incorrectly

This commit is contained in:
PurpleCrowbar 2022-12-18 00:21:54 +00:00
parent 31797c7c4f
commit 6027d7e987

View file

@ -19,7 +19,7 @@ public final class RatToken extends TokenImpl {
power = new MageInt(1);
toughness = new MageInt(1);
availableImageSetCodes = Arrays.asList("C17", "CHK", "GTC", "SHM", "ELD", "ZNC", "AFC");
availableImageSetCodes = Arrays.asList("GTC", "SHM", "ELD", "ZNC", "AFC");
}
public RatToken(final RatToken token) {