From 3d8f605d1297e498c51d1f1502a418725cbd8e3a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 1 Nov 2024 12:30:58 -0700 Subject: Fix toastem 2 and 3 not inheriting spoils_in. --- json/items/comestible/junkfood.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'json') diff --git a/json/items/comestible/junkfood.json b/json/items/comestible/junkfood.json index 94ee61f..4fff002 100644 --- a/json/items/comestible/junkfood.json +++ b/json/items/comestible/junkfood.json @@ -7,6 +7,22 @@ "spoils_in": "91 days", "//": "Restore original spoils_in." }, + { + "type": "COMESTIBLE", + "id": "toastem2", + "copy-from": "toastem2", + "name": { "str": "toast-em" }, + "spoils_in": "91 days", + "//": "Restore original spoils_in." + }, + { + "type": "COMESTIBLE", + "id": "toastem3", + "copy-from": "toastem3", + "name": { "str": "toast-em" }, + "spoils_in": "91 days", + "//": "Restore original spoils_in." + }, { "type": "COMESTIBLE", "id": "popcorn", -- cgit v1.2.1