• 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 40: Line 40:  
     if row.boss then
 
     if row.boss then
 
         color = self._boss_battle_color
 
         color = self._boss_battle_color
    end
  −
    if row.final then
  −
        row.node = row.node .. "<br />(Final)"
   
     end
 
     end
 
     if row.time == "(Night Battle)" then
 
     if row.time == "(Night Battle)" then
Line 52: Line 49:     
function NodeInfo:formation(row)
 
function NodeInfo:formation(row)
 +
    if row.final then
 +
        row.formation = row.formation .. "<br/>(Final)"
 +
    end
 
     return { values = { formation = row.formation } }
 
     return { values = { formation = row.formation } }
 
end
 
end
48

edits

Navigation menu