mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
makes knock open lockers/crates
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user