Revenant Teleportation (#15417)

This commit is contained in:
Geeves
2023-01-10 16:55:14 +01:00
committed by GitHub
parent f8ce0004b3
commit 4ec10e6848
7 changed files with 53 additions and 1 deletions
+10
View File
@@ -109,3 +109,13 @@
layer = FLOAT_LAYER
vis_flags = VIS_INHERIT_ID
appearance_flags = KEEP_TOGETHER | LONG_GLIDE | PIXEL_SCALE
/obj/effect/overlay/teleport_pulse
icon = 'icons/effects/effects.dmi'
icon_state = "emppulse"
mouse_opacity = FALSE
anchored = TRUE
/obj/effect/overlay/teleport_pulse/Initialize(mapload, ...)
. = ..()
QDEL_IN(src, 8)