mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
Adds check to allow silicons through med barriers
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user