mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 08:11:11 +01:00
Bun-Chaoscake Fix (#7531)
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
|
||||
/datum/recipe/bunbun
|
||||
appliance = GRILL
|
||||
reagents = list("sodiumchloride" = 1)
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bun,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bun
|
||||
|
||||
@@ -522,6 +522,7 @@ I said no!
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/soup/onion
|
||||
|
||||
/datum/recipe/microwavebun
|
||||
reagents = list("sodiumchloride" = 1)
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/dough
|
||||
)
|
||||
|
||||
@@ -180,6 +180,7 @@
|
||||
|
||||
/datum/recipe/bun
|
||||
appliance = OVEN
|
||||
reagents = list("sodiumchloride" = 1)
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/dough
|
||||
)
|
||||
@@ -699,4 +700,4 @@
|
||||
)
|
||||
reagent_mix = RECIPE_REAGENT_REPLACE //Get that water outta here
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/veggiemomo
|
||||
result_quantity = 2
|
||||
result_quantity = 2
|
||||
|
||||
Reference in New Issue
Block a user