mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user