1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- a/data/json/items/comestibles/veggy_dishes.json
+++ b/data/json/items/comestibles/veggy_dishes.json
@@ -162,7 +162,7 @@
{
"type": "COMESTIBLE",
"id": "can_corn",
- "name": { "str_sp": "corn" },
+ "name": { "str_sp": "canned corn" },
"comestible_type": "FOOD",
"weight": "178 g",
"color": "yellow",
--- a/data/json/items/comestibles/other.json
+++ b/data/json/items/comestibles/other.json
@@ -265,7 +265,7 @@
{
"type": "COMESTIBLE",
"id": "can_beans",
- "name": { "str": "canned beans", "str_pl": "beans" },
+ "name": { "str": "canned beans", "str_pl": "canned beans" },
"weight": "256 g",
"color": "brown",
"spoils_in": "2 days",
|