mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
[CC2] Added set
This commit is contained in:
parent
f5fdd4a61b
commit
d04ea3a88b
6 changed files with 45 additions and 2 deletions
|
|
@ -20,6 +20,7 @@ public final class OphiomancerSnakeToken extends TokenImpl {
|
|||
power = new MageInt(1);
|
||||
toughness = new MageInt(1);
|
||||
this.addAbility(DeathtouchAbility.getInstance());
|
||||
setOriginalExpansionSetCode("CC2");
|
||||
}
|
||||
|
||||
public OphiomancerSnakeToken(final OphiomancerSnakeToken token) {
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ public final class ZombieToken extends TokenImpl {
|
|||
"MIC", "VOW", "UMA", "NCC",
|
||||
"MED", "BBD", "M19", "CM2",
|
||||
"PCA", "AVR", "DDQ", "CN2",
|
||||
"2X2");
|
||||
"2X2", "CC2");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue