Petr Mrázek 2012-06-14 00:01:09 +02:00
commit a5c9bf53c5
1 changed files with 1 additions and 1 deletions

@ -23,5 +23,5 @@ if #items==0 then
error("No items found!")
end
for k,v in pairs(items) do
dfhack.items.moveToBuilding(v,build,1)
dfhack.items.moveToBuilding(v,build,0)
end