Skip to content

Commit 3291882

Browse files
fix coffee/drgibb jelly bean recipes (#29312)
1 parent 36025be commit 3291882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/modules/cooking/recipes/midway_recipes.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410

411411
/datum/cooking/recipe/jellybean_coffee
412412
container_type = /obj/item/reagent_containers/cooking/mould/bean
413-
product_type = /obj/item/food/candy/jellybean/cola
413+
product_type = /obj/item/food/candy/jellybean/coffee
414414
catalog_category = COOKBOOK_CATEGORY_CANDY
415415
steps = list(
416416
PCWJ_ADD_REAGENT("sugar", 5),
@@ -434,7 +434,7 @@
434434

435435
/datum/cooking/recipe/jellybean_drgibb
436436
container_type = /obj/item/reagent_containers/cooking/mould/bean
437-
product_type = /obj/item/food/candy/jellybean/cola
437+
product_type = /obj/item/food/candy/jellybean/drgibb
438438
catalog_category = COOKBOOK_CATEGORY_CANDY
439439
steps = list(
440440
PCWJ_ADD_REAGENT("sugar", 5),

0 commit comments

Comments
 (0)