mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
Merge branch 'master' of https://github.com/magefree/mage
This commit is contained in:
commit
f8532ab587
11 changed files with 33 additions and 15 deletions
|
|
@ -37,7 +37,12 @@ import mage.MageInt;
|
|||
public class GolemToken extends Token {
|
||||
|
||||
public GolemToken() {
|
||||
this("SOM");
|
||||
}
|
||||
|
||||
public GolemToken(String setCode) {
|
||||
super("Golem", "a 3/3 colorless Golem artifact creature token");
|
||||
setOriginalExpansionSetCode(setCode);
|
||||
cardType.add(CardType.ARTIFACT);
|
||||
cardType.add(CardType.CREATURE);
|
||||
subtype.add("Golem");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue