mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user