Files
Paradise/code/modules/shuttle/ripple.dm
Aurorablade 66e81c90d4 Fox tweaks
2017-05-01 18:54:34 -04:00

20 lines
566 B
Plaintext

/obj/effect/overlay/temp/ripple
name = "hyperspace ripple"
desc = "Something is coming through hyperspace, you can see the \
visual disturbances. It's probably best not to be on top of these \
when whatever is tunneling comes through."
icon = 'icons/turf/floors/ripple.dmi'
icon_state = "ripple"
anchored = TRUE
density = FALSE
smooth = SMOOTH_TRUE
layer = RIPPLE_LAYER
alpha = 0
duration = 3 * SHUTTLE_RIPPLE_TIME
mouse_opacity = 1
/obj/effect/overlay/temp/ripple/New()
. = ..()
smooth_icon(src)
animate(src, alpha=255, time=SHUTTLE_RIPPLE_TIME)