From 4c98b135be84704b548005040b32004c08a730f9 Mon Sep 17 00:00:00 2001 From: Agetian Date: Fri, 24 May 2019 05:44:00 +0300 Subject: [PATCH] - Fix Defined declaration on Liliana's Triumph (also takes care of the AI issues with it). --- forge-gui/res/cardsfolder/l/lilianas_triumph.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/cardsfolder/l/lilianas_triumph.txt b/forge-gui/res/cardsfolder/l/lilianas_triumph.txt index b6b91bc13cd..30c603e7d5d 100644 --- a/forge-gui/res/cardsfolder/l/lilianas_triumph.txt +++ b/forge-gui/res/cardsfolder/l/lilianas_triumph.txt @@ -1,6 +1,6 @@ Name:Liliana's Triumph ManaCost:1 B Types:Instant -A:SP$ Sacrifice | Cost$ 1 B | Defined$ Player.Other | SacValid$ Creature | SubAbility$ DiscardIf | SpellDescription$ Each opponent sacrifices a creature. If you control a Liliana planeswalker, each opponent also discards a card. -SVar:DiscardIf:DB$ Discard | Defined$ Player.Other | ConditionPresent$ Planeswalker.Liliana+YouCtrl | ConditionCompare$ GE1 | NumCards$ 1 | Mode$ TgtChoose +A:SP$ Sacrifice | Cost$ 1 B | Defined$ Opponent | SacValid$ Creature | SubAbility$ DiscardIf | SpellDescription$ Each opponent sacrifices a creature. If you control a Liliana planeswalker, each opponent also discards a card. +SVar:DiscardIf:DB$ Discard | Defined$ Opponent | ConditionPresent$ Planeswalker.Liliana+YouCtrl | ConditionCompare$ GE1 | NumCards$ 1 | Mode$ TgtChoose Oracle:Each opponent sacrifices a creature. If you control a Liliana planeswalker, each opponent also discards a card. \ No newline at end of file