• 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 162: Line 162:  
     table.insert(self._rows, self._row_starter)
 
     table.insert(self._rows, self._row_starter)
 
     self:insert_extra(content)
 
     self:insert_extra(content)
 +
   
 
     content = "Route Taken: " .. (self._args["route"] or "")
 
     content = "Route Taken: " .. (self._args["route"] or "")
 
     table.insert(self._rows, self._row_starter)
 
     table.insert(self._rows, self._row_starter)
 
     self:insert_extra(content)
 
     self:insert_extra(content)
 +
   
 
     if self._args["difficulty"] then
 
     if self._args["difficulty"] then
 
         self:insert_extra("Difficulty Chosen: " .. self._args["difficulty"])
 
         self:insert_extra("Difficulty Chosen: " .. self._args["difficulty"])
 
     end
 
     end
 +
   
 
     if self._args["drops"] then
 
     if self._args["drops"] then
 
         local drops = Functions.split(self._args["drops"])
 
         local drops = Functions.split(self._args["drops"])
48

edits

Navigation menu