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/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 ` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~