diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-09 15:19:31 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-09 15:19:31 -0700 |
commit | 6598018da805bb5c7417c88a9db550d9b8bf4f85 (patch) | |
tree | 38bfe1c6806c6cc17628ca72f846effca848fc2c /json/items/comestible | |
parent | Fix various roasted nuts that weren't inheriting spoils_in properly. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-6598018da805bb5c7417c88a9db550d9b8bf4f85.tar.xz |
Add a spoils_in to fried seeds.
Diffstat (limited to 'json/items/comestible')
-rw-r--r-- | json/items/comestible/seed.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/json/items/comestible/seed.json b/json/items/comestible/seed.json index 142826e..c0da5f8 100644 --- a/json/items/comestible/seed.json +++ b/json/items/comestible/seed.json @@ -5,5 +5,12 @@ "copy-from": "garlic_clove", "name": { "str": "garlic clove" }, "spoils_in": "364 days" + }, + { + "type": "COMESTIBLE", + "id": "fried_seeds", + "copy-from": "fried_seeds", + "name": { "str": "fried seeds" }, + "spoils_in": "364 days" } ] |