Module:Items/SourceTables: Difference between revisions

m
let's hope and pray
m (split icon i think)
m (let's hope and pray)
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, type='item', notext='true'})..'| '..item.name..'\r\n'
       table = table..'! '..Icons.Icon({item.name, type='item', notext='true'})..'\r\n! '..item.name..'\r\n'
       table = table..'| '..item.description..'\r\n'
       table = table..'| '..item.description..'\r\n'
     end
     end
892

edits