mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user