mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Derp, quickfix for the brig closets autoclosing.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2417 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
|
||||
for(var/obj/structure/secure_closet/brig/C in targets)
|
||||
if(C.broken) continue
|
||||
if(!C.close()) continue
|
||||
if(C.opened && !C.close()) continue
|
||||
C.locked = 1
|
||||
C.icon_state = C.icon_locked
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user