Skip to content

Commit 4a7afa2

Browse files
committed
consolify item command output
1 parent b5ecbe1 commit 4a7afa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

item.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ function execute(action, conditions, options, return_items)
293293
end
294294
table.sort(desc_list)
295295
for _, desc in ipairs(desc_list) do
296-
print(('%4d %s'):format(descriptions[desc], desc))
296+
print(('%4d %s'):format(descriptions[desc], dfhack.df2console(desc)))
297297
end
298298

299299
return count, items, types

0 commit comments

Comments
 (0)