summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-02-09 22:25:50 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-02-09 22:25:50 -0800
commit5c66bfadada9970f520caa4f8384a48a7c41e27b (patch)
treea2abe7a5f60444e34c76eed072854aa211562a5f /json
parentFix plurals on stirfry. (diff)
downloadcataclysm-bn-mod_recipe-fixes-5c66bfadada9970f520caa4f8384a48a7c41e27b.tar.xz
Fix bone broth having a far too high fun value.
Diffstat (limited to 'json')
-rw-r--r--json/items/comestible/soup.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/json/items/comestible/soup.json b/json/items/comestible/soup.json
new file mode 100644
index 0000000..56f1239
--- /dev/null
+++ b/json/items/comestible/soup.json
@@ -0,0 +1,9 @@
+[
+ {
+ "type": "COMESTIBLE",
+ "id": "broth_bone",
+ "copy-from": "broth_bone",
+ "fun:": 1,
+ "//": "A fun value of 10 must be a typo. Other soups/broths are only 1."
+ }
+]