From ebbff37ee78e55090f546aea361784f2a59de8ab Mon Sep 17 00:00:00 2001 From: Michael Kamensky Date: Tue, 2 Nov 2021 11:16:20 +0300 Subject: [PATCH] - Falling Star: add the previously missing "tap all damaged" step --- forge-gui/res/cardsfolder/f/falling_star.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/f/falling_star.txt b/forge-gui/res/cardsfolder/f/falling_star.txt index 73af8782e11..17ecbb095f6 100644 --- a/forge-gui/res/cardsfolder/f/falling_star.txt +++ b/forge-gui/res/cardsfolder/f/falling_star.txt @@ -2,6 +2,7 @@ Name:Falling Star ManaCost:2 R Types:Sorcery A:SP$ FlipOntoBattlefield | SubAbility$ DBDamageTouched | AILogic$ DamageCreatures | SpellDescription$ Flip CARDNAME onto the playing area from a height of at least one foot. CARDNAME deals 3 damage to each creature it lands on. Tap all creatures dealt damage by CARDNAME. If CARDNAME doesn't turn completely over at least once during the flip, it has no effect. | StackDescription$ SpellDescription -SVar:DBDamageTouched:DB$ DamageAll | ValidCards$ Creature.IsRemembered | ValidDescription$ each creature touched. | NumDmg$ 3 | SubAbility$ DBCleanup | StackDescription$ None +SVar:DBDamageTouched:DB$ DamageAll | ValidCards$ Creature.IsRemembered | ValidDescription$ each creature touched. | NumDmg$ 3 | SubAbility$ DBTapAllDamaged | StackDescription$ None +SVar:DBTapAllDamaged:DB$ TapAll | ValidCards$ Creature.IsRemembered+DamagedBy | SubAbility$ DBCleanup | StackDescription$ None SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True Oracle:Flip Falling Star onto the playing area from a height of at least one foot. Falling Star deals 3 damage to each creature it lands on. Tap all creatures dealt damage by Falling Star. If Falling Star doesn't turn completely over at least once during the flip, it has no effect.