fix CostAdjustment

This commit is contained in:
Hanmac
2017-07-09 12:43:56 +00:00
parent 8db0034bb6
commit 779ef1e0d1
2 changed files with 2 additions and 2 deletions

View File

@@ -428,7 +428,7 @@ public class CostAdjustment {
return false; return false;
} }
if (params.containsKey("ValidSpell")) { if (params.containsKey("ValidSpell")) {
if (sa.isValid(params.get("ValidSpell").split(","), controller, hostCard, sa)) { if (!sa.isValid(params.get("ValidSpell").split(","), controller, hostCard, sa)) {
return false; return false;
} }
} }

View File

@@ -2,7 +2,7 @@ Name:Warbringer
ManaCost:3 R ManaCost:3 R
Types:Creature Orc Berserker Types:Creature Orc Berserker
PT:3/3 PT:3/3
S:Mode$ ReduceCost | ValidCard$ Card | ValidSpell$ Activated.Dash | Activator$ You | Amount$ 2 | Description$ Dash costs you pay cost {2} less (as long as this creature is on the battlefield). S:Mode$ ReduceCost | ValidCard$ Card | ValidSpell$ Spell.Dash | Activator$ You | Amount$ 2 | Description$ Dash costs you pay cost {2} less (as long as this creature is on the battlefield).
K:Dash:2 R K:Dash:2 R
DeckHints:Keyword$Dash DeckHints:Keyword$Dash
SVar:Picture:http://www.wizards.com/global/images/magic/general/warbringer.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/warbringer.jpg