summaryrefslogtreecommitdiff
path: root/json/items/comestible/soup.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/comestible/soup.json')
-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."
}
]