Skip to content

Commit

Permalink
Make chilis smokable
Browse files Browse the repository at this point in the history
Adds the "SMOKABLE" flag and "dry_chili" as a smoking result to the "chili_pepper" json definition
  • Loading branch information
AudBobb authored Oct 6, 2024
1 parent f71f48d commit fb42229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/items/comestibles/raw_veggy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit fb42229

Please sign in to comment.