[MIRROR] teshari blocking deployable barriers (#11274)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-31 01:59:01 +02:00
committed by GitHub
co-authored by Will
parent c0d22d0462
commit e8e40e3dd0
+1 -1
View File
@@ -106,7 +106,7 @@ Deployable items
icon_state = "barrier[locked]"
/obj/machinery/deployable/barrier/CanPass(atom/movable/mover, turf/target)//So bullets will fly over and stuff.
if(istype(mover) && mover.checkpass(PASSTABLE))
if(istype(mover) && mover.checkpass(PASSTABLE) && !isliving(mover)) // Check if living so teshari can't evade security barriers by pressing W
return TRUE
return FALSE