• 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 49: Line 49:  
     --Get bracket of 5
 
     --Get bracket of 5
 
     self._hq_lvl = self._hq_lvl - (self._hq_lvl % 5) + 5
 
     self._hq_lvl = self._hq_lvl - (self._hq_lvl % 5) + 5
     if tonumber(self._args["hq"]) % 5 == 0 then
+
     if tonumber(self._args["hq"] or 0) % 5 == 0 then
 
         self._hq_lvl = self._hq_lvl + 5
 
         self._hq_lvl = self._hq_lvl + 5
 
     end
 
     end
48

edits

Navigation menu