Revert "Allows portable machines to be mounted on any turf that can have cables."

This commit is contained in:
Razharas
2015-02-21 02:29:29 +03:00
parent fe3764dae8
commit 51b4bbf71e
+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(!src.cancable)
if(!istype(src, /turf/simulated/floor))
return null
for(var/obj/structure/cable/C in src)
if(C.d1 == 0)