We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1522c2d commit 8d55b6cCopy full SHA for 8d55b6c
1 file changed
empty-bin.lua
@@ -19,15 +19,6 @@ local function emptyContainer(container)
19
end
20
21
22
-local function emptyPos(pos)
23
- if not pos then return end
24
- local block = dfhack.maps.getTileBlock(pos)
25
- for _,item_id in ipairs(block.items) do
26
- local item = df.item.find(item_id)
27
- emptyContainer(item)
28
- end
29
-end
30
-
31
local viewsheets = df.global.game.main_interface.view_sheets
32
33
local stockpile = dfhack.gui.getSelectedStockpile(true)
0 commit comments