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 --------- 1 file changed, 9 deletions(-) (limited to 'json/items/comestible/meat_dishes.json') 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" ] } ] -- cgit v1.2.1