mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-30 16:16:47 +01:00
QDEL_IN improvements
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
/mob/living/simple_animal/hostile/asteroid/curseblob/Initialize(mapload)
|
||||
. = ..()
|
||||
timerid = QDEL_IN(src, 600)
|
||||
timerid = QDEL_IN_STOPPABLE(src, 600)
|
||||
playsound(src, 'sound/effects/curse1.ogg', 100, 1, -1)
|
||||
|
||||
/mob/living/simple_animal/hostile/asteroid/curseblob/Destroy()
|
||||
|
||||
@@ -211,4 +211,4 @@
|
||||
/obj/effect/temp_visual/goliath_tentacle/proc/retract()
|
||||
icon_state = "Goliath_tentacle_retract"
|
||||
deltimer(timerid)
|
||||
timerid = QDEL_IN(src, 7)
|
||||
timerid = QDEL_IN_STOPPABLE(src, 7)
|
||||
|
||||
Reference in New Issue
Block a user