4,951
edits
Falterfire (talk | contribs) (unfortunately lua is being finnicky so i'll have to save this and then test it) |
Falterfire (talk | contribs) (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, ' | return table.concat(monsterList, '<br/>') | ||
end | end | ||
Line 610: | Line 610: | ||
end | end | ||
end | end | ||
return table.concat(monsterList, ' | return table.concat(monsterList, '<br/>') | ||
end | end | ||