This commit is contained in:
TRT
2023-01-27 13:48:19 +01:00
parent 639c20123c
commit 4162ec4ceb
3 changed files with 4 additions and 19 deletions

View File

@@ -1961,17 +1961,6 @@ public class AbilityUtils {
} // end ctb != null
if (sq[0].contains("OppsAtLifeTotal")) {
final int lifeTotal = calculateAmount(c, sq[1], ctb);
int number = 0;
for (final Player opp : player.getOpponents()) {
if (opp.getLife() == lifeTotal) {
number++;
}
}
return doXMath(number, expr, c, ctb);
}
//Count$SearchedLibrary.<DefinedPlayer>
if (sq[0].contains("SearchedLibrary")) {
int sum = 0;