Allows portable machines to be mounted on any turf that cancable.

This commit is contained in:
xxalpha
2015-02-17 02:27:41 +00:00
parent a62c0333d6
commit ec4bc5665c
+1 -1
View File
@@ -464,7 +464,7 @@
// return a knot cable (O-X) if one is present in the turf
// null if there's none
/turf/proc/get_cable_node()
if(!istype(src, /turf/simulated/floor))
if(!src.cancable)
return null
for(var/obj/structure/cable/C in src)
if(C.d1 == 0)