mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Fix targeting issue in Eliminate the Competition
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Name:Eliminate the Competition
|
Name:Eliminate the Competition
|
||||||
ManaCost:4 B
|
ManaCost:4 B
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ Destroy | Cost$ 4 B Sac<X/Creature> | TargetMin$ 0 | TargetMax$ X | ValidTgts$ Creature | References$ X,MaxTgts | TgtPrompt$ Select target creatures | SpellDescription$ Destroy X target creatures.
|
A:SP$ Destroy | Cost$ 4 B Sac<X/Creature> | TargetMin$ 0 | TargetMax$ MaxTgts | ValidTgts$ Creature | References$ X,MaxTgts | TgtPrompt$ Select target creatures | SpellDescription$ Destroy X target creatures.
|
||||||
# It may seem wrong to not use X in the target, but since the Targets are what defines X, it's redundant (and not supported by the code)
|
# It may seem wrong to not use X in the target, but since the Targets are what defines X, it's redundant (and not supported by the code)
|
||||||
SVar:X:Targeted$Amount
|
SVar:X:Targeted$Amount
|
||||||
SVar:MaxTgts:Count$Valid Creature
|
SVar:MaxTgts:Count$Valid Creature
|
||||||
|
|||||||
Reference in New Issue
Block a user