mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
fix CostAdjustment
This commit is contained in:
@@ -428,7 +428,7 @@ public class CostAdjustment {
|
||||
return false;
|
||||
}
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ Name:Warbringer
|
||||
ManaCost:3 R
|
||||
Types:Creature Orc Berserker
|
||||
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
|
||||
DeckHints:Keyword$Dash
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/warbringer.jpg
|
||||
|
||||
Reference in New Issue
Block a user