Merge pull request #7853 from tgstation/revert-7780-catwalkmachines

Revert "Allows portable machines to be mounted on any turf that can have...
This commit is contained in:
Cheridan
2015-02-20 17:42:13 -06:00
+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)