Skip to content

Commit c945559

Browse files
committed
Require empty bins when constructing bolt throwers
1 parent 004b4dd commit c945559

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Template for new versions:
5959
## New Features
6060

6161
## Fixes
62+
- `buildingplan`: Bolt throwers will no longer be constructed using populated bins.
6263

6364
## Misc Improvements
6465

library/lua/dfhack/buildings.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ local siegeengine_input = {
358358
vector_id=df.job_item_vector_id.BOLT_THROWER_PARTS,
359359
},
360360
{
361+
flags1={ empty=true },
361362
item_type=df.item_type.BIN,
362363
vector_id=df.job_item_vector_id.BIN,
363364
},

0 commit comments

Comments
 (0)