mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user