Fixes not being able to link Monkey Recyclers to Xenobio Camera Consoles (#14446)

* Fixed a runtime error

and made the 'slime management console' improper

* And this too, because why not
This commit is contained in:
SabreML
2020-09-26 18:13:20 -04:00
committed by GitHub
parent 2611a14547
commit eec8c57924
2 changed files with 4 additions and 5 deletions
@@ -18,7 +18,7 @@
return
/obj/machinery/computer/camera_advanced/xenobio
name = "Slime management console"
name = "slime management console"
desc = "A computer used for remotely handling slimes."
networks = list("SS13")
circuit = /obj/item/circuitboard/xenobiology
@@ -174,9 +174,9 @@
return
var/obj/item/multitool/M = I
if(istype(M.buffer, /obj/machinery/monkey_recycler))
M.set_multitool_buffer(user, src)
connected_recycler = M.buffer
connected_recycler.connected += src
to_chat(user, "<span class='notice'>You link [src] to the recycler stored in the [M]'s buffer.</span>")
/datum/action/innate/slime_place
name = "Place Slimes"