diff --git a/data/orders/basic.json b/data/orders/basic.json index 4c785e7ab..b3fae8dcd 100644 --- a/data/orders/basic.json +++ b/data/orders/basic.json @@ -1004,7 +1004,8 @@ "value" : 2 } ], - "job" : "MakeCrafts", + "item_subtype" : "ITEM_PANTS_LEGGINGS", + "job" : "MakePants", "material_category" : [ "shell" diff --git a/docs/changelog.txt b/docs/changelog.txt index 7ac0a412d..8413276f3 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -64,6 +64,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - UX: You can now hold down the mouse button on a scrollbar to make it scroll multiple times. - UX: You can now drag the scrollbar to scroll to a specific spot - Constructions module: ``findAtTile`` now uses a binary search intead of a linear search. +- `orders`: replace shell craft orders with orders for shell leggings. they have a slightly higher trade price, and "shleggings" is hilarious. - `spectate`: new ``auto-unpause`` option for auto-dismissal of announcement pause events (e.g. sieges). - `spectate`: new ``auto-disengage`` option for auto-disengagement of plugin through player interaction whilst unpaused. - `spectate`: new ``focus-jobs`` option for following a dwarf after their job has finished (when disabled). diff --git a/docs/plugins/orders.rst b/docs/plugins/orders.rst index 298800c96..bc15fd175 100644 --- a/docs/plugins/orders.rst +++ b/docs/plugins/orders.rst @@ -55,7 +55,7 @@ This collection of orders handles basic fort necessities: - thread/cloth/dye - pots/jugs/buckets/mugs - bags of leather, cloth, silk, and yarn -- crafts and totems from otherwise unusable by-products +- crafts, totems, and shleggings from otherwise unusable by-products - mechanisms/cages - splints/crutches - lye/soap @@ -66,6 +66,8 @@ This collection of orders handles basic fort necessities: You should import it as soon as you have enough dwarves to perform the tasks. Right after the first migration wave is usually a good time. +Armok's note: shleggings? Yes, `shleggings `__. + :source:`library/furnace ` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~