mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
* Tolsimir Wolfblood - Fixed missing attribute of created token (token was no creature).
This commit is contained in:
parent
c26a081f93
commit
04e36b4cbc
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ public class TolsimirWolfblood extends CardImpl<TolsimirWolfblood> {
|
|||
class VojaToken extends Token{
|
||||
public VojaToken(){
|
||||
super("Voja", "legendary 2/2 green and white Wolf creature token named Voja");
|
||||
|
||||
this.cardType.add(CardType.CREATURE);
|
||||
this.supertype.add("Legendary");
|
||||
this.subtype.add("Wolf");
|
||||
|
||||
|
|
Loading…
Reference in a new issue