diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-06 20:26:11 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-06 20:26:11 -0700 |
commit | 4d4c84fc60001344147410186360589806feee07 (patch) | |
tree | 3013cbf5196915a477774836af75b66d74f2e5d4 /json/items | |
parent | Rename raw macaroni to raw macaroni pasta. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-4d4c84fc60001344147410186360589806feee07.tar.xz |
Fix salted fish using plastic bags as a container instead of vacuum sealed bags.
Diffstat (limited to 'json/items')
-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", |