From daf9404d3aad7eb71291d4845c462034839cb6a7 Mon Sep 17 00:00:00 2001 From: jkraybill Date: Sat, 25 Jan 2020 12:34:55 +1100 Subject: [PATCH] Fixed pluralization of bone/acorn/corn/oatmeal and yeast. --- data/json/items/comestibles/nuts.json | 2 +- data/json/items/comestibles/other.json | 3 +++ data/json/items/comestibles/veggy_dishes.json | 1 + data/json/items/comestibles/wheat.json | 3 +++ 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/data/json/items/comestibles/nuts.json b/data/json/items/comestibles/nuts.json index 43f792bffb68b..0a4d430289f60 100644 --- a/data/json/items/comestibles/nuts.json +++ b/data/json/items/comestibles/nuts.json @@ -447,7 +447,7 @@ { "type": "COMESTIBLE", "id": "acorns_cooked", - "name": { "str": "cooked acorn meal" }, + "name": { "str": "cooked acorn meal", "str_pl": "cooked acorn meal" }, "weight": "22 g", "color": "brown", "spoils_in": "30 days", diff --git a/data/json/items/comestibles/other.json b/data/json/items/comestibles/other.json index 9b67099556f0d..3828967819155 100644 --- a/data/json/items/comestibles/other.json +++ b/data/json/items/comestibles/other.json @@ -154,6 +154,7 @@ "type": "COMESTIBLE", "id": "yeast", "name": "yeast", + "name_plural": "yeast", "weight": "11 g", "color": "white", "container": "bag_plastic", @@ -173,6 +174,7 @@ "type": "COMESTIBLE", "id": "meal_bone", "name": "bone meal", + "name_plural": "bone meal", "weight": "112 g", "color": "white", "comestible_type": "FOOD", @@ -189,6 +191,7 @@ "type": "COMESTIBLE", "id": "meal_bone_tainted", "name": "tainted bone meal", + "name_plural": "tainted bone meal", "weight": "112 g", "color": "white", "use_action": "POISON", diff --git a/data/json/items/comestibles/veggy_dishes.json b/data/json/items/comestibles/veggy_dishes.json index 7c78651bc8a34..1de1af6cfe771 100644 --- a/data/json/items/comestibles/veggy_dishes.json +++ b/data/json/items/comestibles/veggy_dishes.json @@ -135,6 +135,7 @@ "type": "COMESTIBLE", "id": "cornmeal", "name": "cornmeal", + "name_plural": "cornmeal", "weight": "19 g", "color": "yellow", "spoils_in": "360 days", diff --git a/data/json/items/comestibles/wheat.json b/data/json/items/comestibles/wheat.json index be234030715c1..8349a6437ee79 100644 --- a/data/json/items/comestibles/wheat.json +++ b/data/json/items/comestibles/wheat.json @@ -168,6 +168,7 @@ "type": "COMESTIBLE", "id": "oatmeal", "name": "oatmeal", + "name_plural": "oatmeal", "weight": "25 g", "color": "light_gray", "spoils_in": "360 days", @@ -209,6 +210,7 @@ "type": "COMESTIBLE", "id": "oatmeal_cooked", "name": "cooked oatmeal", + "name_plural": "cooked oatmeal", "weight": "247 g", "color": "light_gray", "spoils_in": "10 days", @@ -228,6 +230,7 @@ "type": "COMESTIBLE", "id": "oatmeal_deluxe", "name": "deluxe cooked oatmeal", + "name_plural": "deluxe cooked oatmeal", "weight": "164 g", "color": "light_gray", "spoils_in": "10 days",