Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed pluralization of bone/acorn/corn/oatmeal and yeast. #37371

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/json/items/comestibles/nuts.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions data/json/items/comestibles/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
"type": "COMESTIBLE",
"id": "yeast",
"name": "yeast",
"name_plural": "yeast",
"weight": "11 g",
"color": "white",
"container": "bag_plastic",
Expand All @@ -173,6 +174,7 @@
"type": "COMESTIBLE",
"id": "meal_bone",
"name": "bone meal",
"name_plural": "bone meal",
"weight": "112 g",
"color": "white",
"comestible_type": "FOOD",
Expand All @@ -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",
Expand Down
1 change: 1 addition & 0 deletions data/json/items/comestibles/veggy_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
"type": "COMESTIBLE",
"id": "cornmeal",
"name": "cornmeal",
"name_plural": "cornmeal",
"weight": "19 g",
"color": "yellow",
"spoils_in": "360 days",
Expand Down
3 changes: 3 additions & 0 deletions data/json/items/comestibles/wheat.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
"type": "COMESTIBLE",
"id": "oatmeal",
"name": "oatmeal",
"name_plural": "oatmeal",
"weight": "25 g",
"color": "light_gray",
"spoils_in": "360 days",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down