Merge pull request #16823 from S34NW/3/4th-closet

3/4ths Sprite Project: Closets
This commit is contained in:
variableundefined
2021-11-06 14:19:14 -05:00
committed by GitHub
42 changed files with 454 additions and 1300 deletions
+3 -2
View File
@@ -1295,8 +1295,9 @@
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
locker.update_icon()
//strip their stuff and stick it in the crate
for(var/obj/item/I in M)