From 730ff1758f82ab17b50d6f56a4d45192a20363a2 Mon Sep 17 00:00:00 2001 From: Lyu Zong-Hong Date: Sat, 10 Apr 2021 10:10:21 +0900 Subject: [PATCH] Fix Psychic Battle in multiplayer game --- forge-gui/res/cardsfolder/p/psychic_battle.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/forge-gui/res/cardsfolder/p/psychic_battle.txt b/forge-gui/res/cardsfolder/p/psychic_battle.txt index 63ad82bbc61..e36f196bb22 100644 --- a/forge-gui/res/cardsfolder/p/psychic_battle.txt +++ b/forge-gui/res/cardsfolder/p/psychic_battle.txt @@ -7,16 +7,16 @@ SVar:DBDig:DB$ Dig | Defined$ Remembered | DigNum$ 1 | Reveal$ True | NoMove$ Tr SVar:DBCheckLibrary:DB$ Branch | BranchConditionSVar$ NumRememberedCard | TrueSubAbility$ DBCheckImprinted SVar:DBCheckImprinted:DB$ Branch | BranchConditionSVar$ NumImprintedCard | TrueSubAbility$ DBCompareCMC | FalseSubAbility$ DBImprint | SubAbility$ DBCleanupRemembered SVar:DBCompareCMC:DB$ Branch | BranchConditionSVar$ CMCRememberedCard | BranchConditionSVarCompare$ GTCMCImprintedCard | TrueSubAbility$ DBImprintForget | FalseSubAbility$ DBCompareCMC2 -SVar:DBCompareCMC2:DB$ Branch | BranchConditionSVar$ CMCRememberedCard | BranchConditionSVarCompare$ EQCMCImprintedCard | TrueSubAbility$ DBCleanupImprinted +SVar:DBCompareCMC2:DB$ Branch | BranchConditionSVar$ CMCRememberedCard | BranchConditionSVarCompare$ EQCMCImprintedCard | TrueSubAbility$ DBImprint SVar:DBImprintForget:DB$ Cleanup | ClearImprinted$ True | SubAbility$ DBImprint SVar:DBImprint:DB$ Pump | ImprintCards$ Remembered -SVar:DBChangeTargets:DB$ ChangeTargets | Defined$ TriggeredSourceSA | Chooser$ ImprintedOwner | Optional$ True | ConditionDefined$ Imprinted | ConditionPresent$ Card | ConditionCompare$ GE1 | SubAbility$ DBCleanupImprinted +SVar:DBChangeTargets:DB$ ChangeTargets | Defined$ TriggeredSourceSA | Chooser$ ImprintedOwner | Optional$ True | ConditionDefined$ Imprinted | ConditionPresent$ Card | ConditionCompare$ EQ1 | SubAbility$ DBCleanupImprinted SVar:DBCleanupRemembered:DB$ Cleanup | ClearRemembered$ True SVar:DBCleanupImprinted:DB$ Cleanup | ClearImprinted$ True SVar:NumRememberedCard:Remembered$Valid Card SVar:NumImprintedCard:Imprinted$Valid Card SVar:CMCRememberedCard:Remembered$CardManaCost -SVar:CMCImprintedCard:Imprinted$CardManaCost +SVar:CMCImprintedCard:Count$ImprintedCardManaCost SVar:NonStackingEffect:True AI:RemoveDeck:Random Oracle:Whenever a player chooses one or more targets, each player reveals the top card of their library. The player who reveals the card with the highest converted mana cost may change the target or targets. If two or more cards are tied for highest cost, the target or targets remain unchanged. Changing targets this way doesn't trigger abilities of permanents named Psychic Battle.