Merge pull request #3739 from myk002/myk_bag

[createitem] support creating items inside of bags
develop
Myk 2023-09-05 00:42:25 -07:00 committed by GitHub
commit 2b2b5a3db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

@ -74,6 +74,7 @@ Template for new versions:
- `autobutcher`: don't mark animals for butchering if they are already marked for some kind of training (war, hunt)
- `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.
- `sort`: animals are now sortable by race on the assignment screens
- `createitem`: support creating items inside of bags
## Documentation

@ -178,6 +178,7 @@ command_result df_createitem (color_ostream &out, vector <string> & parameters)
case item_type::BUCKET:
case item_type::ANIMALTRAP:
case item_type::BOX:
case item_type::BAG:
case item_type::BIN:
case item_type::BACKPACK:
case item_type::QUIVER: