We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b3e315 + c945559 commit acc766cCopy full SHA for acc766c
2 files changed
docs/changelog.txt
@@ -59,6 +59,7 @@ Template for new versions:
59
## New Features
60
61
## Fixes
62
+- `buildingplan`: Bolt throwers will no longer be constructed using populated bins.
63
64
## Misc Improvements
65
library/lua/dfhack/buildings.lua
@@ -358,6 +358,7 @@ local siegeengine_input = {
358
vector_id=df.job_item_vector_id.BOLT_THROWER_PARTS,
359
},
360
{
361
+ flags1={ empty=true },
362
item_type=df.item_type.BIN,
363
vector_id=df.job_item_vector_id.BIN,
364
0 commit comments