makes knock open lockers/crates

This commit is contained in:
AnturK
2015-08-30 17:38:01 +02:00
parent eebbed3a6b
commit 31aab1ed56
+4
View File
@@ -20,5 +20,9 @@
if(istype(door,/obj/machinery/door/airlock))
door:locked = 0
door.open()
for(var/obj/structure/closet/C in T.contents)
spawn(1)
C.locked = 0
C.open()
return