mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Fixing Overzealous Muscle granting indestructible to players and not itself (#5119)
This commit is contained in:
committed by
GitHub
parent
4be58dd1d6
commit
c71a45b16d
@@ -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.)
|
||||
|
||||
@@ -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.)
|
||||
|
||||
Reference in New Issue
Block a user