From fb4222984f50fcb3d61d2c650ce350333d1b2272 Mon Sep 17 00:00:00 2001 From: AudBobb <97810032+AudBobb@users.noreply.github.com> Date: Sat, 5 Oct 2024 20:01:19 -0500 Subject: [PATCH] Make chilis smokable Adds the "SMOKABLE" flag and "dry_chili" as a smoking result to the "chili_pepper" json definition --- data/json/items/comestibles/raw_veggy.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/json/items/comestibles/raw_veggy.json b/data/json/items/comestibles/raw_veggy.json index 16c589ab631bd..3d504e6d04bb9 100644 --- a/data/json/items/comestibles/raw_veggy.json +++ b/data/json/items/comestibles/raw_veggy.json @@ -339,7 +339,8 @@ "price_postapoc": "16 cent", "material": [ "veggy" ], "volume": "70 ml", - "flags": [ "FREEZERBURN", "RAW" ], + "smoking_result": "dry_chili", + "flags": [ "FREEZERBURN", "RAW", "SMOKABLE" ], "vitamins": [ [ "vitC", "64700 μg" ], [ "iron", "500 μg" ], [ "calcium", "6300 μg" ], [ "veggy_allergen", 1 ] ], "fun": -2 },