892
edits
m (wrong argument) |
m (missing type?) |
||
Line 893: | Line 893: | ||
if item.isPassiveItem then | if item.isPassiveItem then | ||
table = table..'|-\r\n' | table = table..'|-\r\n' | ||
table = table..'! '..Icons.Icon({item.name, notext='false'})..'\r\n' | table = table..'! '..Icons.Icon({item.name, type='item', notext='false'})..'\r\n' | ||
table = table..'| '..item.description..'\r\n' | table = table..'| '..item.description..'\r\n' | ||
end | end |
edits