[AFC] added tokens and images support

This commit is contained in:
Oleg Agafonov 2022-02-02 13:13:49 +04:00
parent 3f21c35955
commit 0cb9266a15
14 changed files with 50 additions and 11 deletions

View file

@ -20,7 +20,7 @@ public final class ServoToken extends TokenImpl {
power = new MageInt(1);
toughness = new MageInt(1);
availableImageSetCodes = Arrays.asList("C18", "KLD", "WAR", "KHC");
availableImageSetCodes = Arrays.asList("C18", "KLD", "WAR", "KHC", "AFC");
}
@Override