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;
}
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;
}
}