From c92d1812fd973cb153160fd81bbdb85cae9998a6 Mon Sep 17 00:00:00 2001 From: Hans Mackowiak Date: Sun, 25 Jul 2021 17:37:03 +0200 Subject: [PATCH] fix The Prismatic Bridge: rest in random order --- .../e/esika_god_of_the_tree_the_prismatic_bridge.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/e/esika_god_of_the_tree_the_prismatic_bridge.txt b/forge-gui/res/cardsfolder/e/esika_god_of_the_tree_the_prismatic_bridge.txt index 7d12abcbe32..d07f5c72280 100644 --- a/forge-gui/res/cardsfolder/e/esika_god_of_the_tree_the_prismatic_bridge.txt +++ b/forge-gui/res/cardsfolder/e/esika_god_of_the_tree_the_prismatic_bridge.txt @@ -16,5 +16,5 @@ Name:The Prismatic Bridge ManaCost:W U B R G Types:Legendary Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDig | TriggerDescription$ At the beginning of your upkeep, reveal cards from the top of your library until you reveal a creature or planeswalker card. Put that card onto the battlefield and the rest on the bottom of your library in a random order. -SVar:TrigDig:DB$ DigUntil | Valid$ Creature,Planeswalker | ValidDescription$ creature or planeswalker | FoundDestination$ Battlefield | RevealedDestination$ Library | RevealedLibraryPosition$ -1 | RestRandomOrder$ True +SVar:TrigDig:DB$ DigUntil | Valid$ Creature,Planeswalker | ValidDescription$ creature or planeswalker | FoundDestination$ Battlefield | RevealedDestination$ Library | RevealedLibraryPosition$ -1 | RevealRandomOrder$ True Oracle:At the beginning of your upkeep, reveal cards from the top of your library until you reveal a creature or planeswalker card. Put that card onto the battlefield and the rest on the bottom of your library in a random order.