mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Thanks jedr
This commit is contained in:
@@ -3,15 +3,17 @@
|
||||
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/effects/effects.dmi'
|
||||
icon_state = "bluespacify"
|
||||
icon = 'icons/turf/floors/ripple.dmi'
|
||||
icon_state = "ripple"
|
||||
anchored = TRUE
|
||||
density = FALSE
|
||||
smooth = SMOOTH_TRUE
|
||||
layer = RIPPLE_LAYER
|
||||
alpha = 0
|
||||
|
||||
/obj/effect/ripple/New()
|
||||
. = ..()
|
||||
smooth_icon(src)
|
||||
animate(src, alpha=255, time=SHUTTLE_RIPPLE_TIME)
|
||||
// In case something goes wrong, delete us in a bit
|
||||
addtimer(src, "delself", 3 * SHUTTLE_RIPPLE_TIME, FALSE)
|
||||
|
||||
Reference in New Issue
Block a user