From 1b37ef4484c8a55970470a060adce65f51b95196 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Oct 2024 09:42:07 -0700 Subject: Fix typos in the tv dinner and hotdog overrides. --- json/items/comestible/junkfood.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'json/items/comestible') diff --git a/json/items/comestible/junkfood.json b/json/items/comestible/junkfood.json index 87cd6aa..94ee61f 100644 --- a/json/items/comestible/junkfood.json +++ b/json/items/comestible/junkfood.json @@ -188,14 +188,14 @@ "id": "cooked_dinner", "copy-from": "cooked_dinner", "name": { "str": "cooked tv dinner" }, - "volume": "500 mL", - "charges": "1", + "volume": "500 ml", + "charges": 1, "//": "Reduce the charges to 1 so that a single tv dinner can be cooked." }, { "type": "COMESTIBLE", - "id": "hotdogs_uncooked", - "copy-from": "hotdogs_uncooked", + "id": "hotdogs_frozen", + "copy-from": "hotdogs_frozen", "name": { "str": "raw hot dog" }, "description": "A raw, heavily processed sausage, that was commonplace at baseball games before the Cataclysm.", "//": "Change the name to make it more clear this is raw." -- cgit v1.2.1