summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-02-10 00:19:41 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-02-10 00:19:41 -0800
commit2d33262e51cc5627109b2f0065c197e5e5e48c75 (patch)
treedcced9d15d27b96e058379dd7815cdbe6eaeca51
parentUpdated canned chili recipe to match the non-canned materials. (diff)
downloadcataclysm-bn-mod_recipe-fixes-2d33262e51cc5627109b2f0065c197e5e5e48c75.tar.xz
Add name to the bone broth copy-from as that field is still maandatory.
Also fix a typo in fun.
-rw-r--r--json/items/comestible/soup.json4
1 files changed, 3 insertions, 1 deletions
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."
}
]