teshari block (#18104)

This commit is contained in:
Will
2025-07-31 01:46:48 +02:00
committed by GitHub
parent d91b33c351
commit b62bd4657f
+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