locker door and open state trimming

This commit is contained in:
S34NW
2021-09-28 00:51:19 +01:00
parent 929f49b1fb
commit 83f8fbdfac
29 changed files with 98 additions and 8 deletions
+2 -2
View File
@@ -1295,8 +1295,8 @@
if(!prison_cell) return
var/obj/structure/closet/secure_closet/brig/locker = new /obj/structure/closet/secure_closet/brig(prison_cell)
locker.opened = 0
locker.locked = 1
locker.opened = FALSE
locker.locked = TRUE
//strip their stuff and stick it in the crate
for(var/obj/item/I in M)