From 6816fb26aef8fa50a8914d7e7a6ea97c6e199b6e Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Wed, 28 Jul 2021 18:41:58 -0400 Subject: [PATCH] powder that makes you say yes --- code/modules/tables/interactions.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/tables/interactions.dm b/code/modules/tables/interactions.dm index ddff6601d5..aeb899cf82 100644 --- a/code/modules/tables/interactions.dm +++ b/code/modules/tables/interactions.dm @@ -4,8 +4,7 @@ if (flipped) if(get_dir(mover, target) == reverse_dir[dir]) // From elsewhere to here, can't move against our dir return !density - else - return TRUE + return TRUE if(istype(mover) && mover.checkpass(PASSTABLE)) return TRUE if(locate(/obj/structure/table/bench) in get_turf(mover))