From 4d4c84fc60001344147410186360589806feee07 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 6 Sep 2024 20:26:11 -0700 Subject: Fix salted fish using plastic bags as a container instead of vacuum sealed bags. --- json/items/comestible/carnivore.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'json/items/comestible') 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", -- cgit v1.2.1