From c71a45b16d5b85cc1ba70e976499709e653ddf6d Mon Sep 17 00:00:00 2001 From: Renato Filipe Vidal Santos <45150760+dracontes@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:27:25 +0100 Subject: [PATCH] Fixing Overzealous Muscle granting indestructible to players and not itself (#5119) --- forge-gui/res/cardsfolder/c/cathars_companion.txt | 2 +- forge-gui/res/cardsfolder/o/overzealous_muscle.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/cardsfolder/c/cathars_companion.txt b/forge-gui/res/cardsfolder/c/cathars_companion.txt index 924a56aba2d..49dbb241106 100644 --- a/forge-gui/res/cardsfolder/c/cathars_companion.txt +++ b/forge-gui/res/cardsfolder/c/cathars_companion.txt @@ -3,6 +3,6 @@ ManaCost:2 W Types:Creature Dog PT:3/1 T:Mode$ SpellCast | ValidCard$ Card.nonCreature | ValidActivatingPlayer$ You | Execute$ TrigPump | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a noncreature spell, CARDNAME gains indestructible until end of turn. (Damage and effects that say "destroy" don't destroy it.) -SVar:TrigPump:DB$ Pump | Defined$ Self | KW$ Indestructible | SpellDescription$ CARDNAME gains indestructible until end of turn. +SVar:TrigPump:DB$ Pump | Defined$ Self | KW$ Indestructible SVar:BuffedBy:Card.nonLand+nonCreature Oracle:Whenever you cast a noncreature spell, Cathar's Companion gains indestructible until end of turn. (Damage and effects that say "destroy" don't destroy it.) diff --git a/forge-gui/res/cardsfolder/o/overzealous_muscle.txt b/forge-gui/res/cardsfolder/o/overzealous_muscle.txt index d85ad5b5fcd..ea4ec2f3af6 100644 --- a/forge-gui/res/cardsfolder/o/overzealous_muscle.txt +++ b/forge-gui/res/cardsfolder/o/overzealous_muscle.txt @@ -3,5 +3,5 @@ ManaCost:4 B Types:Creature Ogre Mercenary PT:5/4 T:Mode$ CommitCrime | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPump | PlayerTurn$ True | TriggerDescription$ Whenever you commit a crime during your turn, CARDNAME gains indestructible until end of turn. (Targeting opponents, anything they control, and/or cards in their graveyards is a crime. Damage and effects that say "destroy" don't destroy a creature with indestructible.) -SVar:TrigPump:DB$ Pump | Defined$ Card.Self | KW$ Indestructible +SVar:TrigPump:DB$ Pump | Defined$ Self | KW$ Indestructible Oracle:Whenever you commit a crime during your turn, Overzealous Muscle gains indestructible until end of turn. (Targeting opponents, anything they control, and/or cards in their graveyards is a crime. Damage and effects that say "destroy" don't destroy a creature with indestructible.)