diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-21 12:59:18 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-21 12:59:18 -0700 |
commit | 93dc08f36e21da1fa1c36112130c8f123add2bb3 (patch) | |
tree | ddbd49b06569fe8d5a496d1e809393791cb52d4b /json/items | |
parent | fry_oil is a list (diff) | |
download | cataclysm-bn-mod_recipe-fixes-93dc08f36e21da1fa1c36112130c8f123add2bb3.tar.xz |
Add looks_like to new stirfry dishes
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/comestible/meat_dishes.json | 1 | ||||
-rw-r--r-- | json/items/comestible/veggy_dishes.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/json/items/comestible/meat_dishes.json b/json/items/comestible/meat_dishes.json index e26b458..018531a 100644 --- a/json/items/comestible/meat_dishes.json +++ b/json/items/comestible/meat_dishes.json @@ -2,6 +2,7 @@ { "type": "COMESTIBLE", "id": "meat_stirfry", + "looks_like": "tofu_stirfry", "name": { "str": "meat stirfry", "str_pl": "meat stirfry" }, "weight": "135 g", "color": "yellow", diff --git a/json/items/comestible/veggy_dishes.json b/json/items/comestible/veggy_dishes.json index d8ac82d..9ba957d 100644 --- a/json/items/comestible/veggy_dishes.json +++ b/json/items/comestible/veggy_dishes.json @@ -22,6 +22,7 @@ { "type": "COMESTIBLE", "id": "veggy_stirfry", + "looks_like": "tofu_stirfry", "name": { "str": "veggy stirfry", "str_pl": "veggy stirfry" }, "weight": "135 g", "color": "yellow", |