diff --git a/docs/changelog.txt b/docs/changelog.txt index 9ea0853484..f91fe08e44 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -59,6 +59,7 @@ Template for new versions: ## New Features ## Fixes +- `buildingplan`: Bolt throwers will no longer be constructed using populated bins. ## Misc Improvements diff --git a/library/lua/dfhack/buildings.lua b/library/lua/dfhack/buildings.lua index 5ea3b1f758..ae4d624360 100644 --- a/library/lua/dfhack/buildings.lua +++ b/library/lua/dfhack/buildings.lua @@ -358,6 +358,7 @@ local siegeengine_input = { vector_id=df.job_item_vector_id.BOLT_THROWER_PARTS, }, { + flags1={ empty=true }, item_type=df.item_type.BIN, vector_id=df.job_item_vector_id.BIN, },