Maint drone ghostspawner doesn't use the ghostrole spawner list, so there's no point leaving this in to cause runtimes.

This commit is contained in:
mikomyazaki
2022-04-07 16:36:08 +01:00
parent 835979172e
commit 268a77cde6
@@ -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"