8,282
edits
No edit summary |
No edit summary |
||
Line 1,531: | Line 1,531: | ||
text = item.title or q.titlecase(string.gsub(chest_item,'-',' ')), | text = item.title or q.titlecase(string.gsub(chest_item,'-',' ')), | ||
wrap = 'true', | wrap = 'true', | ||
name = ( item[1] == 'item' and ' | name = ( item[1] == 'item' and 'Invicon' ) | ||
} | } | ||
table.insert( html, image ) | table.insert( html, image ) |