Fix some issues + last stand
Signed-off-by: Josef Fröhle <github@josef-froehle.de>
This commit is contained in:
@@ -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)) ||
|
||||
|
||||
Reference in New Issue
Block a user