diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-11 02:44:34 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-11 02:44:34 -0700 |
commit | a2a815c2f47799e569bd40a1f77390858dcc4ef0 (patch) | |
tree | f6162bf0047ab151f74856004953b657c63c450f /json/items/comestible | |
parent | Port to Bright Nights (diff) | |
download | cataclysm-bn-mod_recipe-fixes-a2a815c2f47799e569bd40a1f77390858dcc4ef0.tar.xz |
Fix error
Diffstat (limited to 'json/items/comestible')
-rw-r--r-- | json/items/comestible/meat_dishes.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json/items/comestible/meat_dishes.json b/json/items/comestible/meat_dishes.json index 6d481b3..c00c8b4 100644 --- a/json/items/comestible/meat_dishes.json +++ b/json/items/comestible/meat_dishes.json @@ -3,6 +3,7 @@ "type": "COMESTIBLE", "id": "chili", "copy-from": "chili", + "name": { "str": "chili con carne", "str_pl": "chilis con carne" }, "phase": "liquid" }, { |