diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-09 15:33:13 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-09 15:33:13 -0700 |
commit | e816adf47ad0c12fceb4710f39f700c324fe2db5 (patch) | |
tree | 9b65adcde50edb6039513cdbbf1cb28562fc7372 /json | |
parent | Typo. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-e816adf47ad0c12fceb4710f39f700c324fe2db5.tar.xz |
Add a spoils_in value to dried lentils.
Diffstat (limited to 'json')
-rw-r--r-- | json/items/comestible/other.json | 7 |
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" }, |