From 468d2f91981ccf53d86e84a3881c8be82eb51a44 Mon Sep 17 00:00:00 2001 From: Michael Kamensky Date: Thu, 20 Aug 2020 17:57:21 +0300 Subject: [PATCH] - Fix AI hint vars for Gideon's Sacrifice. - Add NeedsToPlay for Mirrormade. --- forge-gui/res/cardsfolder/g/gideons_sacrifice.txt | 4 ++-- forge-gui/res/cardsfolder/m/mirrormade.txt | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/cardsfolder/g/gideons_sacrifice.txt b/forge-gui/res/cardsfolder/g/gideons_sacrifice.txt index 9e3d7dd078a..d76910c2231 100644 --- a/forge-gui/res/cardsfolder/g/gideons_sacrifice.txt +++ b/forge-gui/res/cardsfolder/g/gideons_sacrifice.txt @@ -7,6 +7,6 @@ SVar:DamageEvent:Event$ DamageDone | ActiveZones$ Command | ValidTarget$ You,Per SVar:GideonSac:DB$ ReplaceEffect | VarName$ Affected | VarValue$ Remembered | VarType$ Card SVar:NeedsToPlayVar:Z GE1 SVar:Z:SVar$Z1/Plus.Z2 -SVar:Z1:Count$Creature.YouCtrl -SVar:Z2:Count$Planeswalker.YouCtrl +SVar:Z1:Count$Valid Creature.YouCtrl +SVar:Z2:Count$Valid Planeswalker.YouCtrl Oracle:Choose a creature or planeswalker you control. All damage that would be dealt this turn to you and permanents you control is dealt to the chosen permanent instead (if it's still on the battlefield). diff --git a/forge-gui/res/cardsfolder/m/mirrormade.txt b/forge-gui/res/cardsfolder/m/mirrormade.txt index ae1d94a8c3f..87471024560 100644 --- a/forge-gui/res/cardsfolder/m/mirrormade.txt +++ b/forge-gui/res/cardsfolder/m/mirrormade.txt @@ -3,4 +3,8 @@ ManaCost:1 U U Types:Enchantment K:ETBReplacement:Copy:DBCopy:Optional SVar:DBCopy:DB$ Clone | Choices$ Artifact.Other,Enchantment.Other | SpellDescription$ You may have CARDNAME enter the battlefield as a copy of any artifact or enchantment on the battlefield. +SVar:NeedsToPlayVar:Z GE1 +SVar:Z:SVar$Z1/Plus.Z2 +SVar:Z1:Count$Valid Artifact.Other+YouCtrl +SVar:Z2:Count$Valid Enchantment.Other+YouCtrl Oracle:You may have Mirrormade enter the battlefield as a copy of any artifact or enchantment on the battlefield.