but not if the catwalk is open :)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user