mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 12:05:59 +01:00
[MIRROR] Machines now store their components in their contents. (#966)
* Machines now store their components in their contents. (#52970) Machine parts are now located in the machine instead of nullspace. * Machines now store their components in their contents. Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
This commit is contained in:
@@ -22,8 +22,6 @@
|
||||
. = ..()
|
||||
name += " [num2hex(rand(1,65535), -1)]" //gives us a random four-digit hex number as part of the name. Y'know, for fluff.
|
||||
SSresearch.servers |= src
|
||||
var/obj/item/circuitboard/machine/B = new /obj/item/circuitboard/machine/rdserver(null)
|
||||
B.apply_default_parts(src)
|
||||
current_temp = get_env_temp()
|
||||
|
||||
/obj/machinery/rnd/server/Destroy()
|
||||
|
||||
Reference in New Issue
Block a user