ForgeScript: try to fix the SpellAbility Checks

This commit is contained in:
Hanmac
2018-07-16 19:51:54 +02:00
parent ff3a0fffea
commit 25220a46ee

View File

@@ -204,9 +204,7 @@ public class ForgeScript {
if (!found) {
return false;
}
}
if (sa.getHostCard() != null) {
} else if (sa.getHostCard() != null) {
if (!sa.getHostCard().hasProperty(property, sourceController, source, spellAbility)) {
return false;
}