From a9c4a15a1177a03d9f573717c6ac6bb3493f1d31 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 4 Feb 2024 00:28:34 -0800 Subject: Fix plurals on stirfry. Also apply the removal of meat stirfry from meat_dishes --- json/items/comestible/meat_dishes.json | 9 --------- 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" ] } -- cgit v1.2.1