Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-2025-11-12

This commit is contained in:
Roxy
2025-11-12 16:44:13 -05:00
379 changed files with 37535 additions and 33147 deletions
@@ -808,3 +808,21 @@
/obj/effect/temp_visual/circle_wave/star_blast
color = COLOR_VOID_PURPLE
/obj/effect/temp_visual/focus_ring
randomdir = FALSE
name = "ring"
icon_state = "focus_ring"
layer = BELOW_MOB_LAYER
duration = 2.5 SECONDS
pixel_y = -4
alpha = 0
/obj/effect/temp_visual/focus_ring/Initialize(mapload)
. = ..()
animate(src, alpha = 100, time = 2 SECONDS, easing = QUAD_EASING|EASE_IN)
addtimer(CALLBACK(src, PROC_REF(dissipate)), 2 SECONDS)
/obj/effect/temp_visual/focus_ring/proc/dissipate()
animate(src, alpha = 0, time = 0.5 SECONDS, easing = QUAD_EASING|EASE_OUT)