diff --git a/code/game/machinery/doors/door.dm b/code/game/machinery/doors/door.dm index f1312e42c4e..75b1a90b20d 100644 --- a/code/game/machinery/doors/door.dm +++ b/code/game/machinery/doors/door.dm @@ -203,8 +203,8 @@ if(foam_level) return - if(!barricaded) - return + if(barricaded) + return FALSE if(!HAS_TRAIT(user, TRAIT_FORCE_DOORS)) return FALSE