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

TG Station Bread #15234

Merged
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/flavors/flavor-profiles.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ flavor-base-shocking = shocking
flavor-base-cheap = cheap
flavor-base-piquant = piquant
flavor-base-sharp = sharp
flavor-base-syrupy = syrupy

# lmao
flavor-base-terrible = terrible
Expand Down Expand Up @@ -127,6 +128,7 @@ flavor-complex-bad-joke = like a bad joke
flavor-complex-memory-leek = like a fork bomb
flavor-complex-gunpowder = like gunpowder
flavor-complex-validhunting = like validhunting
flavor-complex-cobwebs = like cobwebs
flavor-complex-sadness = like sadness
flavor-complex-hope = like hope
flavor-complex-chaos = like chaos
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
reagent-name-flour = flour
reagent-desc-flour = Used for baking.

reagent-name-cornmeal = cornmeal
reagent-desc-cornmeal = Used for baking.

reagent-name-oats = oats
reagent-desc-oats = Used for a variety of tasty purposes.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: ChefvendInventory
startingInventory:
ReagentContainerFlour: 2
ReagentContainerCornmeal: 2
ReagentContainerSugar: 2
ReagentContainerRice: 2
FoodCondimentPacketSalt: 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@
- FoodBreadCreamcheeseSlice
- FoodBreadMoldySlice
- FoodBreadGarlicSlice
- FoodBreadCornSlice
- FoodBreadSausageSlice
- FoodBreadButteredToast
- FoodBreadJellySlice
- FoodBreadFrenchToast
- FoodBreadTwoSlice
- FoodCakeBlueberrySlice
- FoodCakePlainSlice
- FoodCakeCarrotSlice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
- FoodBreadVolcanic
- FoodBreadPlain
- FoodBreadMeat
- FoodBreadCorn
- FoodBreadSausage
- FoodBreadBanana
- FoodBreadTofu
- FoodBreadCreamcheese
Expand Down
Loading