This commit is contained in:
Ghommie
2019-11-19 19:34:42 +01:00
52 changed files with 637 additions and 674 deletions
+1 -1
View File
@@ -582,7 +582,7 @@
/obj/structure/rack/examine(mob/user)
. = ..()
. += "<span class='notice'>It's held together by a couple of <b>bolts</b>.</span>")
. += "<span class='notice'>It's held together by a couple of <b>bolts</b>.</span>"
/obj/structure/rack/CanPass(atom/movable/mover, turf/target)
if(src.density == 0) //Because broken racks -Agouri |TODO: SPRITE!|