From 2d33262e51cc5627109b2f0065c197e5e5e48c75 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 10 Feb 2024 00:19:41 -0800 Subject: Add name to the bone broth copy-from as that field is still maandatory. Also fix a typo in fun. --- json/items/comestible/soup.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/json/items/comestible/soup.json b/json/items/comestible/soup.json index 56f1239..5db893d 100644 --- a/json/items/comestible/soup.json +++ b/json/items/comestible/soup.json @@ -3,7 +3,9 @@ "type": "COMESTIBLE", "id": "broth_bone", "copy-from": "broth_bone", - "fun:": 1, + "name": "bone broth", + "conditional_names": [ { "type": "FLAG", "condition": "CANNIBALISM", "name": { "str_sp": "human %s" } } ], + "fun": 1, "//": "A fun value of 10 must be a typo. Other soups/broths are only 1." } ] -- cgit v1.2.1