mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 21:42:07 -08:00
[KHM] Implement Esika's Chariot (#7363)
This commit is contained in:
parent
9742a673f6
commit
1825747b45
3 changed files with 64 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue