From d1309b7b60e1708458698fc4d8fb419c504ef878 Mon Sep 17 00:00:00 2001 From: Yoshax Date: Sat, 20 Feb 2016 03:07:20 +0000 Subject: [PATCH] Fixes #891 --- code/modules/assembly/assembly.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/assembly/assembly.dm b/code/modules/assembly/assembly.dm index 09b15fe7750..479bbed53f0 100644 --- a/code/modules/assembly/assembly.dm +++ b/code/modules/assembly/assembly.dm @@ -137,6 +137,11 @@ interact(mob/user as mob) return //HTML MENU FOR WIRES GOES HERE +/obj/item/device/assembly/nano_host() + if(istype(loc, /obj/item/device/assembly_holder)) + return loc.nano_host() + return ..() + /* var/small_icon_state = null//If this obj will go inside the assembly use this for icons var/list/small_icon_state_overlays = null//Same here