Fixes research servers disappearing on deconstruction (#70394)

* Research servers (except for the Master one) now drops their circuit board on deconstruction, allowing you to properly deconstruct and move the servers.
This commit is contained in:
Sealed101
2022-10-11 11:27:02 -04:00
committed by GitHub
parent 24e660b220
commit 0a734a69ea
+2
View File
@@ -17,6 +17,7 @@
icon = 'icons/obj/machines/research.dmi'
icon_state = "RD-server-on"
base_icon_state = "RD-server"
circuit = /obj/item/circuitboard/machine/rdserver
req_access = list(ACCESS_RD)
/// if TRUE, we are currently operational and giving out research points.
@@ -174,6 +175,7 @@
/// Master R&D server. As long as this still exists and still holds the HDD for the theft objective, research points generate at normal speed. Destroy it or an antag steals the HDD? Half research speed.
/obj/machinery/rnd/server/master
max_integrity = 1800 //takes roughly ~15s longer to break then full deconstruction.
circuit = null
var/obj/item/computer_hardware/hard_drive/cluster/hdd_theft/source_code_hdd
var/deconstruction_state = HDD_PANEL_CLOSED
var/front_panel_screws = 4