Finish porting bay's timer SS (#12978)

This commit is contained in:
Matt Atlas
2022-01-29 13:07:51 -03:00
committed by GitHub
parent edb1c08178
commit 2842f4e39f
18 changed files with 381 additions and 303 deletions
@@ -6,14 +6,11 @@
w_class = ITEMSIZE_HUGE
force = 12
var/time_multiplier = 1
var/datum/looping_sound/thermal_drill/soundloop
/obj/item/thermal_drill/Initialize()
. = ..()
soundloop = new(list(src), FALSE)
/obj/item/thermal_drill/Destroy()
QDEL_NULL(soundloop)
return ..()
/obj/item/thermal_drill/diamond_drill