mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Revenant Teleportation (#15417)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user