Skip to content

Commit cf6ed1f

Browse files
authored
Merge pull request #4979 from ab9rf/forceequip
reenable `forceequip`
2 parents 3aeb7e2 + 7087acd commit cf6ed1f

File tree

4 files changed

+50
-50
lines changed

4 files changed

+50
-50
lines changed

docs/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Template for new versions:
5252
# Future
5353

5454
## New Tools
55+
- `forceequip`: (reinstated) Forcibly move items into a unit's inventory
5556

5657
## New Features
5758
- `tweak`: ``realistic-melting``: change melting return for inorganic armor parts, shields, weapons, trap components and tools to stop smelters from creating metal, bring melt return for adamantine in line with other metals to ~95% of forging cost. wear reduces melt return by 10% per level

docs/plugins/forceequip.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ forceequip
33

44
.. dfhack-tool::
55
:summary: Move items into a unit's inventory.
6-
:tags: unavailable
6+
:tags: adventure fort animals items military units
77

88
This tool is typically used to equip specific clothing/armor items onto a dwarf,
99
but can also be used to put armor onto a war animal or to add unusual items

plugins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ if(BUILD_SUPPORTED)
121121
#dfhack_plugin(fixveins fixveins.cpp)
122122
dfhack_plugin(flows flows.cpp)
123123
#dfhack_plugin(follow follow.cpp)
124-
#dfhack_plugin(forceequip forceequip.cpp)
124+
dfhack_plugin(forceequip forceequip.cpp)
125125
#dfhack_plugin(generated-creature-renamer generated-creature-renamer.cpp)
126126
dfhack_plugin(getplants getplants.cpp)
127127
dfhack_plugin(hotkeys hotkeys.cpp LINK_LIBRARIES lua)

0 commit comments

Comments
 (0)