Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eggplants can be smoked in the rack #78751

Merged
merged 2 commits into from
Dec 25, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions data/json/items/comestibles/raw_veggy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,8 @@
"description": "A normal and healthy purple eggplant. Needs to be disassembled before being useful for cooking.",
"healthy": -1,
"symbol": "e",
"flags": [ "RAW", "CATTLE", "RABBIT", "RAT", "MOUSE" ],
"flags": [ "RAW", "SMOKABLE", "CATTLE", "RABBIT", "RAT", "MOUSE" ],
"smoking_result": "dry_veggy",
"vitamins": [ [ "vitC", "12100 μg" ], [ "iron", "1300 μg" ], [ "calcium", "49300 μg" ], [ "veggy_allergen", 1 ] ],
"fun": -8
},
Expand All @@ -1276,7 +1277,8 @@
"healthy": -1,
"symbol": "e",
"looks_like": "eggplant",
"flags": [ "RAW" ],
"flags": [ "RAW", "SMOKABLE" ],
"smoking_result": "dry_veggy",
"vitamins": [ [ "vitC", "60500 μg" ], [ "iron", "650 μg" ], [ "calcium", "24650 μg" ], [ "veggy_allergen", 1 ] ],
"fun": -5
},
Expand Down
1 change: 1 addition & 0 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -8861,6 +8861,7 @@
[ "seed_rose", 3 ],
[ "seed_cattail", 3 ],
[ "seed_dahlia", 3 ],
[ "seed_eggplant", 3 ],
[ "seed_flower", 3 ],
[ "seed_cactus", 3 ],
[ "seed_hops", 3 ],
Expand Down
Loading