Ports funky closet animations from Yog (#12989)

This commit is contained in:
Wowzewow (Wezzy)
2022-02-16 06:25:17 +08:00
committed by GitHub
parent 78f043262e
commit 7745983a29
56 changed files with 385 additions and 901 deletions

View File

@@ -48,7 +48,7 @@ var/hadevent = 0
for (var/obj/structure/closet/secure_closet/brig/temp_closet in A)
temp_closet.locked = 0
temp_closet.icon_state = temp_closet.icon_closed
temp_closet.update_icon()
for (var/obj/machinery/door/airlock/security/temp_airlock in A)
spawn(0) temp_airlock.prison_open()