From 0d71bf4388070edaeb2ebf3979c93fb39f677464 Mon Sep 17 00:00:00 2001 From: Citinited Date: Sat, 14 Apr 2018 11:21:54 +0100 Subject: [PATCH] obj/machinery/kitchen_machine/New now calls ..() --- .../modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm | 1 + 1 file changed, 1 insertion(+) 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)