diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-11-01 12:30:58 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-11-01 12:30:58 -0700 |
commit | 3d8f605d1297e498c51d1f1502a418725cbd8e3a (patch) | |
tree | 9704b5cbe510d1337eb2a0360bd9c5e29db6b8c6 /json | |
parent | Fix typos in the tv dinner and hotdog overrides. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-3d8f605d1297e498c51d1f1502a418725cbd8e3a.tar.xz |
Fix toastem 2 and 3 not inheriting spoils_in.
Diffstat (limited to 'json')
-rw-r--r-- | json/items/comestible/junkfood.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/json/items/comestible/junkfood.json b/json/items/comestible/junkfood.json index 94ee61f..4fff002 100644 --- a/json/items/comestible/junkfood.json +++ b/json/items/comestible/junkfood.json @@ -9,6 +9,22 @@ }, { "type": "COMESTIBLE", + "id": "toastem2", + "copy-from": "toastem2", + "name": { "str": "toast-em" }, + "spoils_in": "91 days", + "//": "Restore original spoils_in." + }, + { + "type": "COMESTIBLE", + "id": "toastem3", + "copy-from": "toastem3", + "name": { "str": "toast-em" }, + "spoils_in": "91 days", + "//": "Restore original spoils_in." + }, + { + "type": "COMESTIBLE", "id": "popcorn", "copy-from": "popcorn", "name": { "str_sp": "popcorn" }, |