From 9f915d3eeff5ce94fd26c6115f7a026acb0cf4c8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 13 Apr 2024 13:34:30 -0700 Subject: Fix typo in hard cheese id. --- json/items/comestible/dairy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/items/comestible/dairy.json b/json/items/comestible/dairy.json index 330563a..e27637e 100644 --- a/json/items/comestible/dairy.json +++ b/json/items/comestible/dairy.json @@ -9,8 +9,8 @@ }, { "type": "COMESTIBLE", - "id": "ghee", - "copy-from": "ghee", + "id": "cheese_hard", + "copy-from": "cheese_hard", "name": { "str_sp": "hard cheese" }, "spoils_in": "182 days", "//": "Restore original spoils_in." -- cgit v1.2.1