Merge branch 'scriptFix' into 'master'

ForgeScript: try to fix the SpellAbility Checks

See merge request core-developers/forge!760
This commit is contained in:
Michael Kamensky
2018-07-16 17:58:29 +00:00

View File

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