From 5c66bfadada9970f520caa4f8384a48a7c41e27b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 9 Feb 2024 22:25:50 -0800 Subject: Fix bone broth having a far too high fun value. --- json/items/comestible/soup.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 json/items/comestible/soup.json (limited to 'json/items/comestible') 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." + } +] -- cgit v1.2.1