diff --git a/code/modules/power/power.dm b/code/modules/power/power.dm index 68c82ec197a..3ee6979100f 100644 --- a/code/modules/power/power.dm +++ b/code/modules/power/power.dm @@ -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)