• 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 108: Line 108:  
              
 
              
 
             --Get bracket of 5
 
             --Get bracket of 5
             self._hq_lvl = self._hq_lvl - (self._hq_lvl % 5)
+
             self._hq_lvl = self._hq_lvl - (self._hq_lvl % 5) + 5
 +
            if self._hq_lvl % 5 == 0 then
 +
                self._hq_lvl = self._hq_lvl + 5
 +
            end
 
         elseif mw.ustring.find(item_key, '!route') then
 
         elseif mw.ustring.find(item_key, '!route') then
 
             local split = mw.ustring.find(item_key, '=')
 
             local split = mw.ustring.find(item_key, '=')
48

edits

Navigation menu