mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
* Rapid Hybridization - set expansion set code to get Frog Lizard token image.
This commit is contained in:
parent
00b5100c39
commit
48eae9654e
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ class RapidHybridizationToken extends Token {
|
||||||
|
|
||||||
public RapidHybridizationToken() {
|
public RapidHybridizationToken() {
|
||||||
super("Frog Lizard", "3/3 green Frog Lizard creature token onto the battlefield");
|
super("Frog Lizard", "3/3 green Frog Lizard creature token onto the battlefield");
|
||||||
|
this.setOriginalExpansionSetCode("GTC");
|
||||||
cardType.add(CardType.CREATURE);
|
cardType.add(CardType.CREATURE);
|
||||||
|
|
||||||
color = ObjectColor.GREEN;
|
color = ObjectColor.GREEN;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue