support creating items inside of bags

develop
Myk Taylor 2023-09-05 00:31:35 -07:00
parent 29ccdcf4b9
commit ff3d4c5b38
No known key found for this signature in database
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: