Skip to content

Commit

Permalink
Merge pull request CleverRaven#76851 from AudBobb/Adding-chili-pepper…
Browse files Browse the repository at this point in the history
…s-as-a-smokable-item

Make chilis smokable
  • Loading branch information
Maleclypse authored Oct 7, 2024
2 parents adac8ab + fb42229 commit 35153de
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 35153de

Please sign in to comment.