summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-09 13:52:12 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-09 13:52:12 -0700
commit5067730a30817b05f60b913fa6fdca3ad9efb279 (patch)
tree93d34081081c252d35fb682dbfd74d19bc8ebb30
parentYet more typos. (diff)
downloadcataclysm-bn-mod_recipe-fixes-5067730a30817b05f60b913fa6fdca3ad9efb279.tar.xz
More typos.
-rw-r--r--json/items/comestible/junkfood.json2
-rw-r--r--json/items/comestible/nuts.json4
-rw-r--r--json/items/comestible/wheat.json4
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"
},