From 6096207a858b13caaa080dd09a42712d6e1cbb45 Mon Sep 17 00:00:00 2001 From: TRT <> Date: Wed, 4 May 2022 09:58:41 +0200 Subject: [PATCH] Fix Cycle of Life --- forge-gui/res/cardsfolder/c/cycle_of_life.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/c/cycle_of_life.txt b/forge-gui/res/cardsfolder/c/cycle_of_life.txt index 1dde0e1aaad..8116ccce69c 100644 --- a/forge-gui/res/cardsfolder/c/cycle_of_life.txt +++ b/forge-gui/res/cardsfolder/c/cycle_of_life.txt @@ -1,7 +1,7 @@ Name:Cycle of Life ManaCost:1 G G Types:Enchantment -A:AB$ Animate | Cost$ Return<1/CARDNAME> | ValidTgts$ Creature.ThisTurnCast+YouOwn | TgtPrompt$ Select target creature you cast this turn | Power$ 0 | Toughness$ 1 | Duration$ UntilYourNextUpkeep | SubAbility$ DelTrig | SpellDescription$ Target creature you cast this turn has base power and toughness 0/1 until your next upkeep. At the beginning of your next upkeep, put a +1/+1 counter on that creature. +A:AB$ Animate | Cost$ Return<1/CARDNAME> | ValidTgts$ Creature.wasCastByYou+ThisTurnCast | TgtPrompt$ Select target creature you cast this turn | Power$ 0 | Toughness$ 1 | Duration$ UntilYourNextUpkeep | SubAbility$ DelTrig | SpellDescription$ Target creature you cast this turn has base power and toughness 0/1 until your next upkeep. At the beginning of your next upkeep, put a +1/+1 counter on that creature. SVar:DelTrig:DB$ DelayedTrigger | Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | RememberObjects$ Targeted | Execute$ TrigGrowth | TriggerDescription$ Put a +1/+1 counter on that creature. SVar:TrigGrowth:DB$ PutCounter | Defined$ DelayTriggerRemembered | CounterType$ P1P1 | CounterNum$ 1 Oracle:Return Cycle of Life to its owner's hand: Target creature you cast this turn has base power and toughness 0/1 until your next upkeep. At the beginning of your next upkeep, put a +1/+1 counter on that creature.