diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-14 15:13:56 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-14 15:13:56 -0700 |
commit | 066d0b5ef6f70ba80827fcaf5d78a114023a6225 (patch) | |
tree | 2a03ec30b66b4e5af26db51420cf69e87e0240c8 /json/items/comestible | |
parent | Rebalance tofu stirfry (diff) | |
download | cataclysm-bn-mod_recipe-fixes-066d0b5ef6f70ba80827fcaf5d78a114023a6225.tar.xz |
flesh not meat
Diffstat (limited to 'json/items/comestible')
-rw-r--r-- | json/items/comestible/meat_dishes.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/comestible/meat_dishes.json b/json/items/comestible/meat_dishes.json index 0135247..e26b458 100644 --- a/json/items/comestible/meat_dishes.json +++ b/json/items/comestible/meat_dishes.json @@ -13,7 +13,7 @@ "charges": 4, "description": "A meat stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.", "price": 1200, - "material": [ "meat", "veggy" ], + "material": [ "flesh", "veggy" ], "volume": "1 L", "flags": [ "EATEN_HOT" ], "fun": 12, |