mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
* Feudkiller's Verdict - Fixed wrong name of created token.
This commit is contained in:
parent
8e9dba6368
commit
347749a691
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class FeudkillersVerdictEffect extends OneShotEffect<FeudkillersVerdictEffect> {
|
||||||
|
|
||||||
class GiantWarriorToken extends Token {
|
class GiantWarriorToken extends Token {
|
||||||
GiantWarriorToken() {
|
GiantWarriorToken() {
|
||||||
super("Warrior", "5/5 white Giant Warrior creature token");
|
super("Giant Warrior", "5/5 white Giant Warrior creature token");
|
||||||
cardType.add(CardType.CREATURE);
|
cardType.add(CardType.CREATURE);
|
||||||
color.setWhite(true);
|
color.setWhite(true);
|
||||||
subtype.add("Giant");
|
subtype.add("Giant");
|
||||||
|
|
Loading…
Reference in a new issue