diff options
-rw-r--r-- | json/items/comestible/junkfood.json | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ -9,6 +9,22 @@ }, { "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", "copy-from": "popcorn", "name": { "str_sp": "popcorn" }, |