[KHM] Implement Esika's Chariot (#7363)

This commit is contained in:
ciaccona007 2021-01-10 13:42:18 -05:00 committed by GitHub
parent 9742a673f6
commit 1825747b45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 64 additions and 1 deletions

View file

@ -19,7 +19,7 @@ public final class GreenCat2Token extends TokenImpl {
power = new MageInt(2);
toughness = new MageInt(2);
availableImageSetCodes.addAll(Arrays.asList("M21"));
availableImageSetCodes.addAll(Arrays.asList("M21", "KHM"));
}
private GreenCat2Token(final GreenCat2Token token) {