We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36025be commit 3291882Copy full SHA for 3291882
code/modules/cooking/recipes/midway_recipes.dm
@@ -410,7 +410,7 @@
410
411
/datum/cooking/recipe/jellybean_coffee
412
container_type = /obj/item/reagent_containers/cooking/mould/bean
413
- product_type = /obj/item/food/candy/jellybean/cola
+ product_type = /obj/item/food/candy/jellybean/coffee
414
catalog_category = COOKBOOK_CATEGORY_CANDY
415
steps = list(
416
PCWJ_ADD_REAGENT("sugar", 5),
@@ -434,7 +434,7 @@
434
435
/datum/cooking/recipe/jellybean_drgibb
436
437
+ product_type = /obj/item/food/candy/jellybean/drgibb
438
439
440
0 commit comments