From 2078d6b1845a927bf3db1ac6d6f52a070a4aaae0 Mon Sep 17 00:00:00 2001 From: Northmoc Date: Sun, 19 Sep 2021 05:40:17 -0400 Subject: [PATCH] fix bad TrigDesc --- forge-gui/res/cardsfolder/f/firefist_adept.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/cardsfolder/f/firefist_adept.txt b/forge-gui/res/cardsfolder/f/firefist_adept.txt index f2202651524..536deafd2b8 100644 --- a/forge-gui/res/cardsfolder/f/firefist_adept.txt +++ b/forge-gui/res/cardsfolder/f/firefist_adept.txt @@ -2,8 +2,8 @@ Name:Firefist Adept ManaCost:4 R Types:Creature Human Wizard PT:3/3 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDealDamage | TriggerDescription$ When CARDNAME enters the battlefield, it deals X damage to target creature an opponent controls, where X is the number of instant and sorcery cards in your graveyard. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDealDamage | TriggerDescription$ When CARDNAME enters the battlefield, it deals X damage to target creature an opponent controls, where X is the number of Wizards you control. SVar:TrigDealDamage:DB$ DealDamage | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | NumDmg$ X SVar:X:Count$Valid Wizard.YouCtrl DeckHints:Type$Wizard -Oracle:When Firefist Adept enters the battlefield, it deals X damage to target creature an opponent controls, where X is the number of Wizards you control. \ No newline at end of file +Oracle:When Firefist Adept enters the battlefield, it deals X damage to target creature an opponent controls, where X is the number of Wizards you control.