From a46786eb2854c9f4611a8e05d4bb72fbd340bb55 Mon Sep 17 00:00:00 2001 From: valfieri Date: Sat, 12 Oct 2019 18:14:25 +0200 Subject: [PATCH] Fixed a GRN primitive. --- projects/mtg/bin/Res/sets/primitives/GRN.txt | 2 +- projects/mtg/bin/Res/sets/primitives/mtg.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/mtg/bin/Res/sets/primitives/GRN.txt b/projects/mtg/bin/Res/sets/primitives/GRN.txt index dcc9a4963..44fdc14e1 100644 --- a/projects/mtg/bin/Res/sets/primitives/GRN.txt +++ b/projects/mtg/bin/Res/sets/primitives/GRN.txt @@ -1519,7 +1519,7 @@ toughness=2 [card] name=March of the Multitudes other={convoke} name(Convoke) -auto=create(Soldier:creature Soldier:1/1:white:lifelink)X +auto=create(Soldier:creature Soldier:1/1:white:lifelink)*X text=Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of the creature's color.) -- Create X 1/1 white Soldier creature tokens with lifelink. mana={X}{G}{W}{W} type=Instant diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index 584949978..311f6f3c6 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -93967,7 +93967,7 @@ type=Sorcery name=Release the Gremlins target=artifact auto=destroy -auto=create(Gremlin:Creature Gremlin:2/2:red)*xx +auto=create(Gremlin:Creature Gremlin:2/2:red)*X text=Destroy X target artifacts. Create X 2/2 red Gremlin creature tokens. mana={X}{X}{R} type=Sorcery