From e816adf47ad0c12fceb4710f39f700c324fe2db5 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 9 Apr 2024 15:33:13 -0700 Subject: Add a spoils_in value to dried lentils. --- json/items/comestible/other.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/json/items/comestible/other.json b/json/items/comestible/other.json index 497696f..fb7eb3e 100644 --- a/json/items/comestible/other.json +++ b/json/items/comestible/other.json @@ -37,6 +37,13 @@ "name": { "str_sp": "soybeans" }, "spoils_in": "364 days" }, + { + "type": "COMESTIBLE", + "id": "dry_lentils", + "copy-from": "dry_lentils", + "name": { "str_sp": "dried lentils" }, + "spoils_in": "364 days" + }, { "type": "COMESTIBLE", "id": "cattlefodder", -- cgit v1.2.1