From 5067730a30817b05f60b913fa6fdca3ad9efb279 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 9 Apr 2024 13:52:12 -0700 Subject: More typos. --- json/items/comestible/junkfood.json | 2 +- json/items/comestible/nuts.json | 4 ++-- 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" }, -- cgit v1.2.1