From c412b726a1b97750202dc089531c9fa55ba04068 Mon Sep 17 00:00:00 2001 From: Agetian Date: Tue, 4 Jun 2019 10:14:33 +0300 Subject: [PATCH] - Some more minor card/AI fixes. --- forge-gui/res/cardsfolder/d/deliver_unto_evil.txt | 2 ++ forge-gui/res/cardsfolder/p/pollenbright_druid.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/d/deliver_unto_evil.txt b/forge-gui/res/cardsfolder/d/deliver_unto_evil.txt index 6a3f36e101a..ccb8eac0a76 100644 --- a/forge-gui/res/cardsfolder/d/deliver_unto_evil.txt +++ b/forge-gui/res/cardsfolder/d/deliver_unto_evil.txt @@ -10,4 +10,6 @@ SVar:DBChoose:DB$ ChooseCard | Choices$ Card.IsRemembered | ChoiceZone$ Graveyar SVar:DBReturn:DB$ ChangeZone | Defined$ Remembered | Origin$ Graveyard | Destination$ Hand SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearChosenPlayer$ True | ClearChosenCard$ True | SubAbility$ DBExile SVar:DBExile:DB$ ChangeZone | Origin$ Battlefield | Destination$ Exile | StackDescription$ None +SVar:NeedsToPlayVar:Z GE3 +SVar:Z:Count$ValidGraveyard Card.YouOwn Oracle:Choose up to four target cards in your graveyard. If you control a Bolas planeswalker, return those cards to your hand. Otherwise, an opponent chooses two of them. Leave the chosen cards in your graveyard and put the rest into your hand.\nExile Deliver Unto Evil. diff --git a/forge-gui/res/cardsfolder/p/pollenbright_druid.txt b/forge-gui/res/cardsfolder/p/pollenbright_druid.txt index 123301a6a73..100eb916de3 100644 --- a/forge-gui/res/cardsfolder/p/pollenbright_druid.txt +++ b/forge-gui/res/cardsfolder/p/pollenbright_druid.txt @@ -2,7 +2,7 @@ Name:Pollenbright Druid ManaCost:1 G Types:Creature Elf Druid PT:1/1 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigCharm | TriggerDescription$ When Pollenbright Druid enters the battlefield, choose one - \n• Put a +1/+1 counter on target creature.\n• Proliferate. (Choose any number of permanents and/or players, then give each another counter of each kind already there.) +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigCharm | TriggerDescription$ When Pollenbright Druid enters the battlefield, ABILITY SVar:TrigCharm:DB$ Charm | Choices$ DBCounter,DBProliferate SVar:DBCounter:DB$ PutCounter | ValidTgts$ Creature | Tgtprompt$ Select target creature | CounterType$ P1P1 | CounterNum$ 1 | SpellDescription$ Put a +1/+1 counter on target creature. SVar:DBProliferate:DB$ Proliferate | SpellDescription$ Proliferate (Choose any number of permanents and/or players, then give each another counter of each kind already there.)