From 731665744310ded0eb0d38af5cc2dfebb5044d00 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Thu, 15 May 2014 19:12:12 +0930 Subject: [PATCH] Fixes another drone runtime, fff. --- .../modules/mob/living/silicon/robot/drone/drone_manufacturer.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/silicon/robot/drone/drone_manufacturer.dm b/code/modules/mob/living/silicon/robot/drone/drone_manufacturer.dm index 5788bfa121d..75633b4a164 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone_manufacturer.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone_manufacturer.dm @@ -17,7 +17,6 @@ /obj/machinery/drone_fabricator/New() ..() - produce_drones = config.allow_drone_spawn /obj/machinery/drone_fabricator/power_change() if (powered())