mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Living Weapon - Fixed that the token image was not used.
This commit is contained in:
parent
dc73d85cd0
commit
d896127e7a
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ class LivingWeaponEffect extends OneShotEffect<LivingWeaponEffect> {
|
|||
class GermToken extends Token {
|
||||
public GermToken() {
|
||||
super("Germ", "a 0/0 black Germ creature token");
|
||||
this.setOriginalExpansionSetCode("MBS");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color = ObjectColor.BLACK;
|
||||
subtype.add("Germ");
|
||||
|
|
Loading…
Reference in a new issue