From 1e3a26d68b24fd598df8aa1105169402e1cb9ff1 Mon Sep 17 00:00:00 2001 From: invalidCards <842080+invalidCards@users.noreply.github.com> Date: Mon, 5 Dec 2022 19:56:54 +0100 Subject: [PATCH] Fix Magnanimous Magistrate trigger Currently Magnanimous Magistrate triggers for all creatures dying, which should only be creatures you control --- forge-gui/res/cardsfolder/m/magnanimous_magistrate.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/cardsfolder/m/magnanimous_magistrate.txt b/forge-gui/res/cardsfolder/m/magnanimous_magistrate.txt index 668e78f8b88..dc877eece6f 100644 --- a/forge-gui/res/cardsfolder/m/magnanimous_magistrate.txt +++ b/forge-gui/res/cardsfolder/m/magnanimous_magistrate.txt @@ -3,8 +3,8 @@ ManaCost:5 W Types:Creature Human Advisor PT:3/4 K:etbCounter:REPR:5 -T:Mode$ ChangesZone | ValidCard$ Creature.Other+nonToken+cmcGE1 | Origin$ Battlefield | Destination$ Graveyard | TriggerZones$ Battlefield | Execute$ TrigChangeZone | TriggerDescription$ Whenever another nontoken creature you control dies, if its mana value was 1 or greater, you may remove that many reprieve counters from CARDNAME. If you do, return that card to the battlefield under its owner's control. +T:Mode$ ChangesZone | ValidCard$ Creature.Other+YouCtrl+nonToken+cmcGE1 | Origin$ Battlefield | Destination$ Graveyard | TriggerZones$ Battlefield | Execute$ TrigChangeZone | TriggerDescription$ Whenever another nontoken creature you control dies, if its mana value was 1 or greater, you may remove that many reprieve counters from CARDNAME. If you do, return that card to the battlefield under its owner's control. SVar:TrigChangeZone:AB$ ChangeZone | Cost$ SubCounter | Defined$ TriggeredNewCardLKICopy | Origin$ Graveyard | Destination$ Battlefield SVar:X:TriggeredCard$CardManaCost DeckHas:Ability$Counters -Oracle:Magnanimous Magistrate enters the battlefield with five reprieve counters on it.\nWhenever another nontoken creature you control dies, if its mana value was 1 or greater, you may remove that many reprieve counters from Magnanimous Magistrate. If you do, return that card to the battlefield under its owner's control. \ No newline at end of file +Oracle:Magnanimous Magistrate enters the battlefield with five reprieve counters on it.\nWhenever another nontoken creature you control dies, if its mana value was 1 or greater, you may remove that many reprieve counters from Magnanimous Magistrate. If you do, return that card to the battlefield under its owner's control.