From c4af09089cd5232ab2c14ef66c43a3115280aeef Mon Sep 17 00:00:00 2001 From: Incoming5643 Date: Sat, 24 Oct 2015 23:44:22 -0400 Subject: [PATCH] no comment --- code/game/objects/structures/plasticflaps.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/plasticflaps.dm b/code/game/objects/structures/plasticflaps.dm index 5d9d0bccb29..2a695e236ae 100644 --- a/code/game/objects/structures/plasticflaps.dm +++ b/code/game/objects/structures/plasticflaps.dm @@ -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 ..() \ No newline at end of file + return ..()