personal locker fix

This commit is contained in:
SteelSlayer
2020-06-08 22:33:29 -05:00
parent 01a5723f8c
commit 2c08ce843f
@@ -55,7 +55,7 @@
new /obj/item/radio/headset( src )
/obj/structure/closet/secure_closet/personal/attackby(obj/item/W, mob/user, params)
if(!istype(W, /obj/item/card/id))
if(opened || !istype(W, /obj/item/card/id))
return ..()
if(broken)