From b6c84678fdef469cf28e80b13c760800e8d43885 Mon Sep 17 00:00:00 2001 From: Paul Fenwick Date: Sun, 7 Aug 2022 21:33:41 +1000 Subject: [PATCH] Move pine resin to the chemical category Pine resin previously didn't have a category, and so was placed in food (because it's a comestible for some reason?), even though its main (only?) use is making turpentine. --- data/json/items/chemicals_and_resources.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/json/items/chemicals_and_resources.json b/data/json/items/chemicals_and_resources.json index 772b75b05e551..034843ad292c3 100644 --- a/data/json/items/chemicals_and_resources.json +++ b/data/json/items/chemicals_and_resources.json @@ -1949,6 +1949,7 @@ "id": "pine_resin", "type": "COMESTIBLE", "name": { "str_sp": "pine resin" }, + "category": "chems", "description": "A sticky, sludgy mass of sap harvested from a pine tree.", "comestible_type": "INVALID", "weight": "250 g",