diff options
-rw-r--r-- | json/items/comestible/carnivore.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/json/items/comestible/carnivore.json b/json/items/comestible/carnivore.json index c6911c4..c0251e9 100644 --- a/json/items/comestible/carnivore.json +++ b/json/items/comestible/carnivore.json @@ -17,7 +17,9 @@ "type": "COMESTIBLE", "name": { "str_sp": "salted fish" }, "spoils_in": "182 days", - "//": "Increase from 24 to 182 days." + "container": "plastic_bag_vac", + "//": "Increase from 24 to 182 days.", + "//2": "Change to sealed plastic bag." }, { "id": "meat_smoked", |