From 73b71b526423a99db1888ac74a18b149034fb5f6 Mon Sep 17 00:00:00 2001 From: Simisays <67333662+Simisays@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:15:11 +0200 Subject: [PATCH] update --- forge-gui/res/cardsfolder/upcoming/call_for_aid.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/forge-gui/res/cardsfolder/upcoming/call_for_aid.txt b/forge-gui/res/cardsfolder/upcoming/call_for_aid.txt index 90a35977276..0d25a246716 100644 --- a/forge-gui/res/cardsfolder/upcoming/call_for_aid.txt +++ b/forge-gui/res/cardsfolder/upcoming/call_for_aid.txt @@ -2,9 +2,9 @@ Name:Call for Aid ManaCost:4 R Types:Socery A:SP$ GainControl | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | AllValid$ Creature.TargetedPlayerCtrl | AddKWs$ Haste | Untap$ True | NewController$ You | LoseControl$ EOT | RememberControlled$ True | SubAbility$ DBEffect | SpellDescription$ Gain control of all creatures target opponent controls until end of turn. Untap those creatures.They gain haste until end of turn. You can't attack that player this turn. You can't sacrifice those creatures this turn. -SVar:DBEffect:DB$ Effect | RememberObjects$ TargetedPlayer,RememberedCard | StaticAbilities$ CantSac,CantAttack | SubAbility$ DBCleanup | Description$ Those creatures can't attack that player this turn. You can't sacrifice those creatures this turn. -SVar:CantSac:Mode$ CantSacrifice | ValidCard$ Card.IsRemembered | Description$ EFFECTSOURCE cannot be sacrificed. -SVar:CantAttack:Mode$ CantAttack | ValidCard$ Card.IsRemembered+YouCtrl | Target$ Player.IsRemembered | Description$ This creature can't attack that player this turn +SVar:DBEffect:DB$ Effect | RememberObjects$ TargetedPlayer,RememberedCard | StaticAbilities$ CantSac,CantAttack | SubAbility$ DBCleanup +SVar:CantSac:Mode$ CantSacrifice | ValidCard$ Card.IsRemembered+YouCtrl | Description$ You can't sacrifice those creatures this turn. +SVar:CantAttack:Mode$ CantAttack | ValidCard$ Creature.YouCtrl | Target$ Player.IsRemembered | Description$ You can't attack that player this turn SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True AI:RemoveDeck:All Oracle:Gain control of all creatures target opponent controls until end of turn. Untap those creatures.They gain haste until end of turn. You can't attack that player this turn. You can't sacrifice those creatures this turn. \ No newline at end of file