Module:Monsters: Difference between revisions

Formatting fix
(unfortunately lua is being finnicky so i'll have to save this and then test it)
(Formatting fix)
Line 589: Line 589:
     table.insert(monsterList, Icons.Icon({monster.name, type='monster'}))
     table.insert(monsterList, Icons.Icon({monster.name, type='monster'}))
   end
   end
   return table.concat(monsterList, '\r\n')
   return table.concat(monsterList, '<br/>')
end
end


Line 610: Line 610:
     end
     end
   end
   end
   return table.concat(monsterList, '\r\n')
   return table.concat(monsterList, '<br/>')
end
end