Skip to content

Commit c124013

Browse files
committed
Fix call to item_description
1 parent 2d9f567 commit c124013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uniform-unstick.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ function do_drop( item_list )
241241
if retval == false then
242242
dfhack.printerr("Could not drop object #"..id.." "..item_description(item))
243243
else
244-
print("Dropped item #"..id.." '"..utils.item_description(item).."'")
244+
print("Dropped item #"..id.." '"..item_description(item).."'")
245245
end
246246
end
247247
end

0 commit comments

Comments
 (0)