Refactor Telekinesis (#7174)

* Improve AI check
This commit is contained in:
tool4ever
2025-03-17 13:06:03 +01:00
committed by GitHub
parent 8f8d6e6e30
commit a57a1f566a
13 changed files with 61 additions and 44 deletions

View File

@@ -265,7 +265,7 @@ public class AiController {
}
}
if (!re.requirementsCheck(game, AbilityKey.newMap())) {
if (!re.requirementsCheck(game)) {
continue;
}
SpellAbility exSA = re.getOverridingAbility();