no comment

This commit is contained in:
Incoming5643
2015-10-24 23:44:22 -04:00
parent 5b3215a6d7
commit c4af09089c
+2 -2
View File
@@ -12,7 +12,7 @@
return prob(60)
var/obj/structure/bed/B = A
if (istype(A, /obj/structure/bed) && (B.buckled_mob || B.density))//if it's a bed/chair and is dense or someone is buckled, it will not pass return 0
if (istype(A, /obj/structure/bed) && (B.buckled_mob || B.density))//if it's a bed/chair and is dense or someone is buckled, it will not pass
return 0
if (istype(A, /obj/structure/closet/cardboard))
@@ -59,4 +59,4 @@
if(T)
if(istype(T, /turf/simulated/floor))
T.blocks_air = 0
return ..()
return ..()