diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index 131672b8a..294cd3fa0 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -20062,16 +20062,6 @@ mana={2}{B} type=Sorcery [/card] [card] -name=Decimate -auto=ability$!destroy target(artifact)!$ controller -auto=ability$!destroy target(creature)!$ controller -auto=ability$!destroy target(enchantment)!$ controller -auto=ability$!destroy target(land)!$ controller -text=Destroy target artifact, target creature, target enchantment, and target land. -mana={2}{R}{G} -type=Sorcery -[/card] -[card] name=Decimator Web auto={4}{T}:life:-2 opponent && alterpoison:1 opponent && deplete:6 opponent text={4}, {T}: Target opponent loses 2 life, gets a poison counter, then puts the top six cards of his or her library into his or her graveyard. diff --git a/projects/mtg/bin/Res/sets/primitives/unsupported.txt b/projects/mtg/bin/Res/sets/primitives/unsupported.txt index d08e29ed5..9e06c0898 100644 --- a/projects/mtg/bin/Res/sets/primitives/unsupported.txt +++ b/projects/mtg/bin/Res/sets/primitives/unsupported.txt @@ -3735,6 +3735,17 @@ text=At the beginning of your upkeep, exile a card from your graveyard. -- Thres mana={1}{B}{B} type=Enchantment [/card] +###Decimate should only be catable if there are 4 legal targets.### +[card] +name=Decimate +auto=ability$!destroy target(artifact)!$ controller +auto=ability$!destroy target(creature)!$ controller +auto=ability$!destroy target(enchantment)!$ controller +auto=ability$!destroy target(land)!$ controller +text=Destroy target artifact, target creature, target enchantment, and target land. +mana={2}{R}{G} +type=Sorcery +[/card] [card] name=Declaration of Naught text=As Declaration of Naught enters the battlefield, name a card. -- {U}: Counter target spell with the chosen name.