572
edits
No edit summary |
No edit summary |
||
Line 392: | Line 392: | ||
end | end | ||
table.insert(ret, '\r\n|-\r\n| <b>Produces:</b><br>') | table.insert(ret, '\r\n|-\r\n| <b>Produces:</b><br>') | ||
table.insert(table.concat(retProduction, ', ')) | table.insert(ret, table.concat(retProduction, ', ')) | ||
end | end | ||
edits