From 692415d713dba85f3fa9b3b9e6a91f56f6c106fd Mon Sep 17 00:00:00 2001 From: AudBobb <97810032+AudBobb@users.noreply.github.com> Date: Sat, 5 Oct 2024 19:20:55 -0500 Subject: [PATCH] Make garlic smokable Added "smokable" flag and "dry_garlic" smoking result to "garlic_cloves" definition --- data/json/items/comestibles/raw_veggy.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/json/items/comestibles/raw_veggy.json b/data/json/items/comestibles/raw_veggy.json index 16c589ab631bd..94be81b07847f 100644 --- a/data/json/items/comestibles/raw_veggy.json +++ b/data/json/items/comestibles/raw_veggy.json @@ -550,8 +550,10 @@ "price_postapoc": "8 cent", "material": [ "garlic" ], "volume": "6 ml", + "smoking_result": "dry_garlic", "fun": -3, "vitamins": [ [ "vitC", "900 μg" ], [ "iron", "100 μg" ], [ "calcium", "5400 μg" ], [ "veggy_allergen", 1 ] ], + "flags": [ "SMOKABLE" ], "seed_data": { "plant_name": "garlic", "fruit": "garlic", "byproducts": [ "withered" ], "grow": "65 days" } }, {