mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
* Grizzly Fate - Fixed that Beast instead of Bear tokens were created.
This commit is contained in:
parent
739b430a03
commit
6b7565b097
2 changed files with 2 additions and 3 deletions
|
|
@ -29,7 +29,6 @@
|
|||
package mage.game.permanent.token;
|
||||
|
||||
import mage.MageInt;
|
||||
import mage.ObjectColor;
|
||||
import mage.constants.CardType;
|
||||
|
||||
/**
|
||||
|
|
@ -39,7 +38,7 @@ import mage.constants.CardType;
|
|||
public class BearToken extends Token {
|
||||
|
||||
public BearToken() {
|
||||
super("Beast", "2/2 green Bear creature token");
|
||||
super("Bear", "2/2 green Bear creature token");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setGreen(true);
|
||||
subtype.add("Bear");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue