Skip to content

Commit

Permalink
Merge pull request BoHBranch#1720 from Thescri/banana-pie-redux
Browse files Browse the repository at this point in the history
Banana pie redux
  • Loading branch information
BurpleBineapple authored Apr 7, 2022
2 parents 3d60768 + 0a3dd47 commit d32ac43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/modules/cooking/recipes/recipes_oven.dm
Original file line number Diff line number Diff line change
Expand Up @@ -509,4 +509,4 @@
reagents = list(/datum/reagent/sodiumchloride = 1, /datum/reagent/water = 5, /datum/reagent/drink/milk = 5)
reagent_mix = RECIPE_REAGENT_REPLACE
items = list(/obj/item/weapon/reagent_containers/food/snacks/dough)
result = /obj/item/weapon/reagent_containers/food/snacks/croissant
result = /obj/item/weapon/reagent_containers/food/snacks/croissant
4 changes: 2 additions & 2 deletions code/modules/reagents/reagent_containers/food/snacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -878,9 +878,9 @@
reagents_to_add = list(/datum/reagent/nutriment = 6)
bitesize = 2

/obj/item/weapon/reagent_containers/food/snacks/bananapie
/obj/item/weapon/reagent_containers/food/snacks/pie
name = "banana cream pie"
desc = "Just like back home, on clown planet! HONK!"
desc = "A crumbly pie crust stuffed with sliced banana and whipped cream. Only tenuously related to clowns."
icon_state = "pie"
trash = /obj/item/trash/plate
filling_color = "#fbffb8"
Expand Down

0 comments on commit d32ac43

Please sign in to comment.