[NEO] Implemented Lethal Exploit

This commit is contained in:
Daniel Bomar 2022-02-07 16:49:56 -06:00
parent ffe753fa91
commit a64741ff49
No known key found for this signature in database
GPG key ID: C86C8658F4023918
4 changed files with 88 additions and 7 deletions

View file

@ -21,7 +21,7 @@ public enum ControlledModifiedCreatureAsSpellCastCondition implements Condition
if (sourceObject == null || watcher == null) {
return false;
}
return watcher.checkModifiedCondition(new MageObjectReference(sourceObject, game));
return watcher.getModifiedCreatureCount(new MageObjectReference(sourceObject, game)) > 0;
}
@Override