diff --git a/code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm b/code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm index 289a4c66d4c..1f1fd454c12 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm @@ -32,6 +32,7 @@ ********************/ /obj/machinery/kitchen_machine/New() + ..() create_reagents(100) reagents.set_reacting(FALSE) if(!available_recipes)