892
edits
m (icontype) |
m (icontype) |
||
Line 69: | Line 69: | ||
else | else | ||
-- Otherwise treat as an item icon | -- Otherwise treat as an item icon | ||
local icontype = | local icontype = slot.icontype or 'item' | ||
itemIcon = Icons.Icon({v, img=v, type=icontype}) | itemIcon = Icons.Icon({v, img=v, type=icontype}) | ||
end | end |
edits