Works on New Blob

This commit is contained in:
Neerti
2017-11-05 12:38:18 -05:00
parent 50d3710cbf
commit acb208dd3f
54 changed files with 1947 additions and 38 deletions

View File

@@ -112,6 +112,8 @@
/obj/effect/blob/proc/pulse(var/forceLeft, var/list/dirs)
regen()
animate(src, color = "#FF0000", time=1)
animate(color = "#FFFFFF", time=4, easing=ELASTIC_EASING)
sleep(5)
var/pushDir = pick(dirs)
var/turf/T = get_step(src, pushDir)