Skip to content

Commit 2b2b5a3

Browse files
authored
Merge pull request #3739 from myk002/myk_bag
[createitem] support creating items inside of bags
2 parents 23994de + ff3d4c5 commit 2b2b5a3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Template for new versions:
7474
- `autobutcher`: don't mark animals for butchering if they are already marked for some kind of training (war, hunt)
7575
- `hotkeys`: don't display DFHack logo in legends mode since it covers up important interface elements. the Ctrl-Shift-C hotkey to bring up the menu and the mouseover hotspot still function, though.
7676
- `sort`: animals are now sortable by race on the assignment screens
77+
- `createitem`: support creating items inside of bags
7778

7879
## Documentation
7980

plugins/createitem.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ command_result df_createitem (color_ostream &out, vector <string> & parameters)
178178
case item_type::BUCKET:
179179
case item_type::ANIMALTRAP:
180180
case item_type::BOX:
181+
case item_type::BAG:
181182
case item_type::BIN:
182183
case item_type::BACKPACK:
183184
case item_type::QUIVER:

0 commit comments

Comments
 (0)