From da33aef0053c86ec78d380ecf6be23bff1595e9a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 9 Apr 2024 12:34:18 -0700 Subject: Updated for 0.6.0 to revert the forever foods change. --- json/items/comestible/drink_other.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 json/items/comestible/drink_other.json (limited to 'json/items/comestible/drink_other.json') diff --git a/json/items/comestible/drink_other.json b/json/items/comestible/drink_other.json new file mode 100644 index 0000000..b5c2781 --- /dev/null +++ b/json/items/comestible/drink_other.json @@ -0,0 +1,11 @@ +[ + { + "type": "COMESTIBLE", + "id": "peanutbutter", + "copy-from": "peanutbutter", + "name": { "str": "peanut butter" }, + "spoils_in": "182 days", + "//": "Restore original spoils_in." + } +] + -- cgit v1.2.1