Merge pull request #1019 from Yoshax/assemblyfix

Fixes #891
This commit is contained in:
Neerti
2016-02-20 01:57:34 -05:00
+5
View File
@@ -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