diff --git a/code/game/objects/structures/holosign.dm b/code/game/objects/structures/holosign.dm index cbf114337db..299b077b42b 100644 --- a/code/game/objects/structures/holosign.dm +++ b/code/game/objects/structures/holosign.dm @@ -133,7 +133,7 @@ /obj/structure/holosign/barrier/medical/CanAllowThrough(atom/movable/mover, turf/target) . = ..() - if(force_allaccess) + if(force_allaccess || issilicon(mover)) return TRUE if(ishuman(mover)) return CheckHuman(mover)