mice cannot bite through catwalks anymore

This commit is contained in:
AbsFree
2025-02-12 17:40:59 +01:00
parent bc979b5aae
commit 1d2bb0bfa1
@@ -79,6 +79,10 @@
if(prob(chew_probability))
var/turf/open/floor/F = get_turf(src)
// GS13 - EDIT
if(istype(F, /turf/open/floor/catwalk_floor))
return
// GS13 - END EDIT
if(istype(F) && !F.intact)
var/obj/structure/cable/C = locate() in F
if(C && prob(15))