Merge pull request #13472 from timothyteakettle/slime-puddle

the pr that lets slimes turn into useless puddles
This commit is contained in:
silicons
2020-10-10 11:14:25 -07:00
committed by GitHub
15 changed files with 558 additions and 677 deletions
@@ -515,3 +515,12 @@
/obj/effect/temp_visual/dir_setting/space_wind/Initialize(mapload, set_dir, set_alpha = 255)
. = ..()
alpha = set_alpha
/obj/effect/temp_visual/slime_puddle
icon = 'icons/mob/mob.dmi'
duration = 12
icon_state = "to_puddle"
/obj/effect/temp_visual/slime_puddle/reverse
icon_state = "from_puddle"
duration = 7