This commit is contained in:
Fikou
2020-03-19 22:16:44 +01:00
committed by GitHub
parent 0eeb0f7bf8
commit ad30ba217c
+1 -1
View File
@@ -62,9 +62,9 @@
var/obj/mecha/working/clarke/hostmech
/obj/item/mecha_parts/mecha_equipment/orebox_manager/attach(obj/mecha/M)
. = ..()
if(istype(M, /obj/mecha/working/clarke))
hostmech = M
. = ..()
/obj/item/mecha_parts/mecha_equipment/orebox_manager/detach()
hostmech = null //just in case