diff --git a/data/json/items/comestibles/other.json b/data/json/items/comestibles/other.json index 17e6e6b1945f7..177a466cb8a47 100644 --- a/data/json/items/comestibles/other.json +++ b/data/json/items/comestibles/other.json @@ -380,7 +380,8 @@ "price": 90, "fun": -5, "vitamins": [ [ "iron", 25 ], [ "vitC", 1 ], [ "calcium", 3 ] ], - "flags": [ "NUTRIENT_OVERRIDE", "RAW" ] + "flags": [ "SMOKABLE", "NUTRIENT_OVERRIDE", "RAW" ], + "smoking_result": "soy_nuts" }, { "type": "COMESTIBLE", @@ -397,7 +398,8 @@ "price": 150, "fun": 1, "vitamins": [ [ "iron", 26 ], [ "vitC", 16 ], [ "calcium", 6 ] ], - "flags": [ "NUTRIENT_OVERRIDE", "RAW" ] + "flags": [ "SMOKABLE", "NUTRIENT_OVERRIDE", "RAW" ], + "smoking_result": "edamame_roasted" }, { "type": "COMESTIBLE",