diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-02-04 00:24:11 -0800 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-02-04 00:24:11 -0800 | 
| commit | 1ef3f55a5eff056c005937439413b18b23ecd85e (patch) | |
| tree | 3f29ca9769d4f1c79c59c0e63fbf844c329703ae | |
| parent | Reduce time to craft thread from a rag to match the 5m dismantle time. (diff) | |
| download | cataclysm-bn-mod_recipe-fixes-1ef3f55a5eff056c005937439413b18b23ecd85e.tar.xz | |
Move the stirfry dishes to a single json to prevent superloading issues.
| -rw-r--r-- | json/items/comestible/stirfry.json (renamed from json/items/comestible/veggy_dishes.json) | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/json/items/comestible/veggy_dishes.json b/json/items/comestible/stirfry.json index 89c6830..9bda612 100644 --- a/json/items/comestible/veggy_dishes.json +++ b/json/items/comestible/stirfry.json @@ -26,5 +26,15 @@      "copy-from": "tofu_stirfry",      "name": { "str": "veggy stirfry", "str_pl": "veggy stirfry" },      "description": "A vegetable stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days." +  }, +  { +    "type": "COMESTIBLE", +    "id": "meat_stirfry", +    "looks_like": "tofu_stirfry", +    "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    }  ] | 
