mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Powernet cable nodes work on shuttles
This commit is contained in:
@@ -148,8 +148,8 @@
|
||||
// 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))
|
||||
return null
|
||||
//if(!istype(src, /turf/simulated/floor)) //VOREStation Removal - Why?
|
||||
//return null //VOREStation Removal - Why?
|
||||
for(var/obj/structure/cable/C in src)
|
||||
if(C.d1 == 0)
|
||||
return C
|
||||
|
||||
Reference in New Issue
Block a user