- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
m
skip SS-typed bosses
Line 216:
Line 216:
return Iterator.enemiesBy(context, n, function(e)
return Iterator.enemiesBy(context, n, function(e)
return e._hp -- skip unimplemented units
return e._hp -- skip unimplemented units
− and (e:type() == type or type == 0)
+ and (e:type() == type
+ or type == 0
+ or type < 0 and e:type() ~= type) -- skip SS-typed bosses
and predInstallation(e)
and predInstallation(e)
and predBoss(e)
and predBoss(e)