* Living Weapon - Fixed that the token image was not used.

This commit is contained in:
LevelX2 2014-03-02 23:22:14 +01:00
parent dc73d85cd0
commit d896127e7a

View file

@ -60,6 +60,7 @@ class LivingWeaponEffect extends OneShotEffect<LivingWeaponEffect> {
class GermToken extends Token { class GermToken extends Token {
public GermToken() { public GermToken() {
super("Germ", "a 0/0 black Germ creature token"); super("Germ", "a 0/0 black Germ creature token");
this.setOriginalExpansionSetCode("MBS");
cardType.add(CardType.CREATURE); cardType.add(CardType.CREATURE);
color = ObjectColor.BLACK; color = ObjectColor.BLACK;
subtype.add("Germ"); subtype.add("Germ");