summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-09 15:33:13 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-09 15:33:13 -0700
commite816adf47ad0c12fceb4710f39f700c324fe2db5 (patch)
tree9b65adcde50edb6039513cdbbf1cb28562fc7372
parentTypo. (diff)
downloadcataclysm-bn-mod_recipe-fixes-e816adf47ad0c12fceb4710f39f700c324fe2db5.tar.xz
Add a spoils_in value to dried lentils.
-rw-r--r--json/items/comestible/other.json7
1 files changed, 7 insertions, 0 deletions
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
@@ -39,6 +39,13 @@
},
{
"type": "COMESTIBLE",
+ "id": "dry_lentils",
+ "copy-from": "dry_lentils",
+ "name": { "str_sp": "dried lentils" },
+ "spoils_in": "364 days"
+ },
+ {
+ "type": "COMESTIBLE",
"id": "cattlefodder",
"copy-from": "cattlefodder",
"name": { "str_sp": "cattle fodder" },