diff options
| -rw-r--r-- | json/items/comestible/other.json | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/json/items/comestible/other.json b/json/items/comestible/other.json index 497696f..fb7eb3e 100644 --- a/json/items/comestible/other.json +++ b/json/items/comestible/other.json @@ -39,6 +39,13 @@    },    {      "type": "COMESTIBLE", +    "id": "dry_lentils", +    "copy-from": "dry_lentils", +    "name": { "str_sp": "dried lentils" }, +    "spoils_in": "364 days" +  }, +  { +    "type": "COMESTIBLE",      "id": "cattlefodder",      "copy-from": "cattlefodder",      "name": { "str_sp": "cattle fodder" },  | 
