Added new effects for stasis (#22038)

Stasis now gives a ripple effect on the mob when they are under it, as
well as giving them a HUD icon. In addition, this improves stasis bed
code, fixing a bug and adding some neat stuff too.
This commit is contained in:
Cody Brittain
2026-03-17 09:30:15 +00:00
committed by GitHub
parent caf2469ad2
commit 108d2ca63a
7 changed files with 167 additions and 22 deletions
+5
View File
@@ -114,3 +114,8 @@
/obj/effect/overlay/teleport_pulse/Initialize(mapload, ...)
. = ..()
QDEL_IN(src, 8)
/obj/effect/overlay/vis
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
anchored = TRUE
vis_flags = VIS_INHERIT_DIR