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 d41f119c2e3..91244801c28 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone_manufacturer.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone_manufacturer.dm @@ -33,18 +33,6 @@ check_add_to_late_firers() fabricator_tag = current_map.station_short -/obj/machinery/drone_fabricator/do_late_fire() - enable_drone_spawn() - -/obj/machinery/drone_fabricator/Destroy() - . = ..() - var/datum/ghostspawner/G = SSghostroles.spawners[drone_ghostrole_name] - LAZYREMOVE(G.spawnpoints, get_turf(src)) - -/obj/machinery/drone_fabricator/proc/enable_drone_spawn() - var/datum/ghostspawner/G = SSghostroles.spawners[drone_ghostrole_name] - LAZYADD(G.spawnpoints, get_turf(src)) - /obj/machinery/drone_fabricator/derelict name = "construction drone fabricator" fabricator_tag = "Derelict"