Bloodcrawl is now animated (#30081)

This commit is contained in:
Contrabang
2025-08-19 13:17:01 +00:00
committed by GitHub
parent 1f461fe2d2
commit ccbad468d0
+1 -2
View File
@@ -241,8 +241,7 @@
S.boost = world.time + 6 SECONDS
var/old_color = L.color
L.color = A.color
addtimer(VARSET_CALLBACK(L, color, old_color), 6 SECONDS)
animate(L, 6 SECONDS, color = old_color, easing = EASE_IN|CIRCULAR_EASING, flags = ANIMATION_PARALLEL)
/datum/spell/bloodcrawl/proc/phasein(atom/A, mob/living/L)