- 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
no edit summary
Line 218:
Line 218:
and (e:type() == type
and (e:type() == type
or type == 0
or type == 0
− or type < 0 and e:type() ~= type) -- skip SS-typed bosses
+ or type < 0 and e:type() ~= -type) -- skip SS-typed bosses
and predInstallation(e)
and predInstallation(e)
and predBoss(e)
and predBoss(e)