diff options
Diffstat (limited to 'json')
| -rw-r--r-- | json/items/comestible/junkfood.json | 2 | ||||
| -rw-r--r-- | json/items/comestible/nuts.json | 4 | ||||
| -rw-r--r-- | json/items/comestible/wheat.json | 4 | 
3 files changed, 5 insertions, 5 deletions
diff --git a/json/items/comestible/junkfood.json b/json/items/comestible/junkfood.json index 4acc250..c085337 100644 --- a/json/items/comestible/junkfood.json +++ b/json/items/comestible/junkfood.json @@ -190,5 +190,5 @@      "name": { "str": "malted milk ball" },      "spoils_in": "182 days",      "//": "Restore original spoils_in." -  }, +  }  ] diff --git a/json/items/comestible/nuts.json b/json/items/comestible/nuts.json index 9658abf..bcf89c8 100644 --- a/json/items/comestible/nuts.json +++ b/json/items/comestible/nuts.json @@ -29,8 +29,8 @@    },    {      "type": "COMESTIBLE", -    "id": "cashew", -    "copy-from": "cashew", +    "id": "cashews", +    "copy-from": "cashews",      "name": { "str_sp": "cashews" },      "spoils_in": "242 days"    }, diff --git a/json/items/comestible/wheat.json b/json/items/comestible/wheat.json index 11c507b..542eef9 100644 --- a/json/items/comestible/wheat.json +++ b/json/items/comestible/wheat.json @@ -43,8 +43,8 @@    },    {      "type": "COMESTIBLE", -    "id": "cracker", -    "copy-from": "cracker", +    "id": "crackers", +    "copy-from": "crackers",      "name": { "str": "cracker" },      "spoils_in": "91 days"    },  | 
