Adds check to allow silicons through med barriers

This commit is contained in:
Names Are Hard
2020-01-26 21:26:18 -08:00
parent 3211f9b89c
commit 6fb3c0dfdd
+1 -1
View File
@@ -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)