* Tolsimir Wolfblood - Fixed missing attribute of created token (token was no creature).

This commit is contained in:
LevelX2 2013-08-26 08:31:50 +02:00
parent c26a081f93
commit 04e36b4cbc

View file

@ -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");