Skip to content

Commit

Permalink
Eggplants can be smoked in the rack
Browse files Browse the repository at this point in the history
  • Loading branch information
moxian committed Dec 24, 2024
1 parent 0f016e4 commit 6a1c026
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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

0 comments on commit 6a1c026

Please sign in to comment.