but not if the catwalk is open :)

This commit is contained in:
AbsFree
2025-02-12 17:59:04 +01:00
parent 1d2bb0bfa1
commit 89c3439dee
@@ -81,7 +81,9 @@
var/turf/open/floor/F = get_turf(src)
// GS13 - EDIT
if(istype(F, /turf/open/floor/catwalk_floor))
return
var/turf/open/floor/catwalk_floor/catwalk = F
if(catwalk.covered)
return
// GS13 - END EDIT
if(istype(F) && !F.intact)
var/obj/structure/cable/C = locate() in F