• 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
no edit summary
Line 425: Line 425:  
      
 
      
 
     local selectBoss = stringKey('boss', context, n, ''):lower()
 
     local selectBoss = stringKey('boss', context, n, ''):lower()
    -- treat unknwon _back as bosses? why it is unknwon?
+
 
 
     local predBoss = selectBoss == 'yes' and
 
     local predBoss = selectBoss == 'yes' and
         function(e) return (e._back or -11) <= -11 end
+
         function(e) return e._boss ~= false and (e._boss == true or (e._back or -11) <= -11) end
 
         or selectBoss == 'no' and
 
         or selectBoss == 'no' and
         function(e) return (e._back or -11) >= -10 end
+
         function(e) return e._boss ~= true and (e._boss == false or (e._back or -11) >= -10) end
 
         or
 
         or
 
         function(e) return true end
 
         function(e) return true end
7,212

edits

Navigation menu