forked from External/mage
Token refactor
This commit is contained in:
parent
a897b374a0
commit
bec0964726
4 changed files with 7 additions and 2 deletions
|
|
@ -37,6 +37,9 @@ import mage.abilities.keyword.DeathtouchAbility;
|
|||
*/
|
||||
public class Wurm1Token extends Token {
|
||||
|
||||
public Wurm1Token() {
|
||||
this("MBS");
|
||||
}
|
||||
public Wurm1Token(String setCode) {
|
||||
super("Wurm", "3/3 colorless Wurm artifact creature token with deathtouch");
|
||||
setOriginalExpansionSetCode(setCode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue