diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-09 13:52:12 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-09 13:52:12 -0700 |
commit | 5067730a30817b05f60b913fa6fdca3ad9efb279 (patch) | |
tree | 93d34081081c252d35fb682dbfd74d19bc8ebb30 /json/items/comestible | |
parent | Yet more typos. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-5067730a30817b05f60b913fa6fdca3ad9efb279.tar.xz |
More typos.
Diffstat (limited to 'json/items/comestible')
-rw-r--r-- | json/items/comestible/junkfood.json | 2 | ||||
-rw-r--r-- | json/items/comestible/nuts.json | 4 | ||||
-rw-r--r-- | json/items/comestible/wheat.json | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/json/items/comestible/junkfood.json b/json/items/comestible/junkfood.json index 4acc250..c085337 100644 --- a/json/items/comestible/junkfood.json +++ b/json/items/comestible/junkfood.json @@ -190,5 +190,5 @@ "name": { "str": "malted milk ball" }, "spoils_in": "182 days", "//": "Restore original spoils_in." - }, + } ] diff --git a/json/items/comestible/nuts.json b/json/items/comestible/nuts.json index 9658abf..bcf89c8 100644 --- a/json/items/comestible/nuts.json +++ b/json/items/comestible/nuts.json @@ -29,8 +29,8 @@ }, { "type": "COMESTIBLE", - "id": "cashew", - "copy-from": "cashew", + "id": "cashews", + "copy-from": "cashews", "name": { "str_sp": "cashews" }, "spoils_in": "242 days" }, diff --git a/json/items/comestible/wheat.json b/json/items/comestible/wheat.json index 11c507b..542eef9 100644 --- a/json/items/comestible/wheat.json +++ b/json/items/comestible/wheat.json @@ -43,8 +43,8 @@ }, { "type": "COMESTIBLE", - "id": "cracker", - "copy-from": "cracker", + "id": "crackers", + "copy-from": "crackers", "name": { "str": "cracker" }, "spoils_in": "91 days" }, |