mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
ForgeScript: try to fix the SpellAbility Checks
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