mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
Merge pull request #16823 from S34NW/3/4th-closet
3/4ths Sprite Project: Closets
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user