mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08: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) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
if (sa.getHostCard() != null) {
|
||||
} else if (sa.getHostCard() != null) {
|
||||
if (!sa.getHostCard().hasProperty(property, sourceController, source, spellAbility)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user