This commit is contained in:
kevinz000
2018-10-14 23:15:25 -07:00
parent d975722656
commit c972d57620
3 changed files with 17 additions and 2 deletions

View File

@@ -353,3 +353,6 @@
to_chat(user, "<span class='notice'>You drill through the girder!</span>")
new /obj/effect/decal/remains/human(get_turf(src))
dismantle()
/proc/timertest(atom/A, time = 10)
QDEL_IN(A, time)