Skip to content

Commit

Permalink
Fixing radiant smite's cost
Browse files Browse the repository at this point in the history
Radiant Smite was coded as costing {W}, when it should cost {1}{W}
  • Loading branch information
GroundThing authored and Hanmac committed Jan 15, 2025
1 parent 0153fca commit bf2c184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge-gui/res/cardsfolder/r/radiant_smite.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name:Radiant Smite
ManaCost:W
ManaCost:1 W
Types:Instant
A:SP$ Destroy | ValidTgts$ Creature.powerGE4 | TgtPrompt$ Select target creature with power 4 or greater | SubAbility$ DBGainLife | SpellDescription$ Destroy target creature with power 4 or greater. If you weren't the starting player, you gain 4 life.
SVar:DBGainLife:DB$ GainLife | LifeAmount$ 4 | ConditionCheckSVar$ X | ConditionSVarCompare$ EQ0
Expand Down

0 comments on commit bf2c184

Please sign in to comment.