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) ..()