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

uncooked toaster pastries aren't gross #72823

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions data/json/items/comestibles/junkfood.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"comestible_type": "FOOD",
"symbol": "%",
"calories": 200,
"description": "A delicious fruit-filled pastry that you can cook in your toaster. It even comes with frosting! Cook it to make it tasty.",
"description": "A delicious fruit-filled pastry that you can cook in your toaster. It even comes with frosting! Cook it to make it tastier.",
"price": "2 USD",
"price_postapoc": "62 cent",
"material": [ "wheat", "junk" ],
"volume": "125 ml",
"flags": [ "EATEN_HOT" ],
"fun": -10,
"fun": 5,
"vitamins": [ [ "iron", 10 ] ]
},
{
Expand Down
Loading