mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-10 14:45:40 +01:00
5926589c16
* removes var/ inside all procs * . * ugh
14 lines
414 B
Plaintext
14 lines
414 B
Plaintext
/image/client_only/electrify_notice
|
|
plane = PLANE_FULLSCREEN
|
|
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
|
|
appearance_flags = (RESET_COLOR|PIXEL_SCALE|KEEP_APART)
|
|
|
|
/image/client_only/electrify_notice/New(icon, loc, icon_state, layer, dir)
|
|
. = ..()
|
|
QDEL_IN(src, 1 SECOND)
|
|
|
|
/image/client_only/electrify_notice/place_from_root(turf/At)
|
|
. = ..()
|
|
pixel_y += 8
|
|
animate(src, pixel_y = 32, alpha = 0, time = 1 SECOND)
|