diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-02-04 00:28:34 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-02-04 00:28:34 -0800 |
commit | a9c4a15a1177a03d9f573717c6ac6bb3493f1d31 (patch) | |
tree | 18d8317d0cea5a22a13947bf79362f7f04e67488 /json | |
parent | Remove redundant workaround for fun on meat stirfry. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-a9c4a15a1177a03d9f573717c6ac6bb3493f1d31.tar.xz |
Fix plurals on stirfry.
Also apply the removal of meat stirfry from meat_dishes
Diffstat (limited to 'json')
-rw-r--r-- | json/items/comestible/meat_dishes.json | 9 | ||||
-rw-r--r-- | json/items/comestible/stirfry.json | 6 |
2 files changed, 3 insertions, 12 deletions
diff --git a/json/items/comestible/meat_dishes.json b/json/items/comestible/meat_dishes.json index c00c8b4..db021ab 100644 --- a/json/items/comestible/meat_dishes.json +++ b/json/items/comestible/meat_dishes.json @@ -5,14 +5,5 @@ "copy-from": "chili", "name": { "str": "chili con carne", "str_pl": "chilis con carne" }, "phase": "liquid" - }, - { - "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" ] } ] diff --git a/json/items/comestible/stirfry.json b/json/items/comestible/stirfry.json index f4a06b9..07d299e 100644 --- a/json/items/comestible/stirfry.json +++ b/json/items/comestible/stirfry.json @@ -2,7 +2,7 @@ { "type": "COMESTIBLE", "id": "tofu_stirfry", - "name": { "str": "tofu stirfry", "str_pl": "tofu stirfry" }, + "name": { "str_sp": "tofu stirfry" }, "weight": "135 g", "color": "yellow", "spoils_in": "4 days", @@ -24,7 +24,7 @@ "id": "veggy_stirfry", "looks_like": "tofu_stirfry", "copy-from": "tofu_stirfry", - "name": { "str": "veggy stirfry", "str_pl": "veggy stirfry" }, + "name": { "str_sp": "veggy stirfry" }, "description": "A vegetable stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days." }, { @@ -32,7 +32,7 @@ "id": "meat_stirfry", "looks_like": "tofu_stirfry", "copy-from": "tofu_stirfry", - "name": { "str": "meat stirfry", "str_pl": "meat stirfry" }, + "name": { "str_sp": "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" ] } |