mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-30 04:02:33 +00:00
Fix prayer breads (#23056)
This commit is contained in:
@@ -8,7 +8,12 @@
|
||||
if(!istype(A) && !isclient(A))
|
||||
return
|
||||
A.color = null
|
||||
animate(A, color = MATRIX_GREYSCALE, time = time, easing = SINE_EASING)
|
||||
animate(A, color = MATRIX_GREYSCALE, time = time, easing = SINE_EASING, flags = ANIMATION_PARALLEL)
|
||||
|
||||
/proc/animate_fade_colored(atom/A, time = 5)
|
||||
if(!istype(A) && !isclient(A))
|
||||
return
|
||||
animate(A, color = null, time = time, easing = SINE_EASING, flags = ANIMATION_PARALLEL)
|
||||
|
||||
/proc/animate_melt_pixel(atom/A)
|
||||
if(!istype(A))
|
||||
|
||||
Reference in New Issue
Block a user