File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,9 +10,8 @@ DFHack future
1010 - fastdwarf: new mode using debug flags, and some internal consistency fixes.
1111 - added a small stand-alone utility for applying and removing binary patches.
1212 - removebadthoughts: add --dry-run option
13- New tweaks:
14- - tweak armory: prevents stockpiling of armor and weapons stored on stands and racks.
15- - tweak stock-armory: makes dwarves actively haul equipment from stockpiles to the armory.
13+ New commands:
14+ - fix-armory: activates a plugin that makes armor stands and weapon racks be used again.
1615 New GUI scripts:
1716 - gui/guide-path: displays the cached path for minecart Guide orders.
1817 - gui/workshop-job: displays inputs of a workshop job and allows tweaking them.
Original file line number Diff line number Diff line change @@ -121,7 +121,3 @@ tweak fast-trade
121121tweak military-stable-assign
122122# in same list, color units already assigned to squads in brown & green
123123tweak military-color-assigned
124-
125- # stop squad equpment stored on weapon racks and armor stands from being stockpiled
126- tweak armory
127- tweak stock-armory
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ if (BUILD_SUPPORTED)
124124 DFHACK_PLUGIN (power-meter power-meter.cpp LINK_LIBRARIES lua )
125125 DFHACK_PLUGIN (siege-engine siege-engine.cpp LINK_LIBRARIES lua )
126126 DFHACK_PLUGIN (add-spatter add-spatter.cpp )
127+ DFHACK_PLUGIN (fix-armory fix-armory.cpp )
127128 # not yet. busy with other crud again...
128129 #DFHACK_PLUGIN(versionosd versionosd.cpp)
129130 DFHACK_PLUGIN (misery misery.cpp )
You can’t perform that action at this time.
0 commit comments