mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Merge branch 'scriptFix' into 'master'
ForgeScript: try to fix the SpellAbility Checks See merge request core-developers/forge!760
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user