From 170e652ed5a07546d30dc38e6eb19a0476e6c2b0 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 5 Mar 2019 14:00:28 +0100 Subject: [PATCH] Update drone_manufacturer.dm --- .../mob/living/silicon/robot/drone/drone_manufacturer.dm | 2 +- 1 file changed, 1 insertion(+), 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 68ee4550c9..866fcc0d02 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone_manufacturer.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone_manufacturer.dm @@ -42,7 +42,7 @@ /mob/living/silicon/robot/drone/construction, /mob/living/silicon/robot/drone,) -/obj/machinery/drone_fabricator/proc/create_drone() //Proc where we inject our randomizer code +/obj/machinery/drone_fabricator/random/create_drone() //Proc where we inject our randomizer code drone_type = pick(dronetypes) ..()