diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-02-04 00:25:41 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-02-04 00:25:41 -0800 |
commit | b5852b2205915570d40c64778f69ea48bce756e1 (patch) | |
tree | bfa4223b6c3139f0851b3f626bff7cae98ef1db4 /json | |
parent | Move the stirfry dishes to a single json to prevent superloading issues. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-b5852b2205915570d40c64778f69ea48bce756e1.tar.xz |
Remove redundant workaround for fun on meat stirfry.
Diffstat (limited to 'json')
-rw-r--r-- | json/items/comestible/stirfry.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/json/items/comestible/stirfry.json b/json/items/comestible/stirfry.json index 9bda612..f4a06b9 100644 --- a/json/items/comestible/stirfry.json +++ b/json/items/comestible/stirfry.json @@ -34,7 +34,6 @@ "copy-from": "tofu_stirfry", "name": { "str": "meat stirfry", "str_pl": "meat stirfry" }, "description": "A meat stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.", - "material": [ "flesh", "veggy" ], - "fun": 12 + "material": [ "flesh", "veggy" ] } ] |