Fix some issues + last stand

Signed-off-by: Josef Fröhle <github@josef-froehle.de>
This commit is contained in:
2020-06-25 14:57:42 +02:00
parent 4a2526d691
commit 63024ffe8f
22 changed files with 1977 additions and 590 deletions

View File

@@ -70,7 +70,7 @@
||
selectedTitans.length && getSelectedTitans() == getEnemyTeam(match.defBattle.attackers) &&
selectedTitans.length && findInTeam(getEnemyTeam(match.defBattle.attackers), getSelectedTitans()) &&
(
(filters == 'any' && match.enemypower < 1000000) ||
((filters == 'only_lords') && (match.enemypower > 1000000)) ||