Fixes #8116 trails bug

This commit is contained in:
Mandurrrh
2015-03-04 19:53:11 -05:00
parent e2554c55e6
commit 48daa155d7
2 changed files with 2 additions and 2 deletions
@@ -37,7 +37,7 @@
/obj/effect/decal/cleanable/trail_holder //not a child of blood on purpose
name = "blood"
icon_state = "blank"
icon_state = "ltrails_1"
desc = "Your instincts say you shouldn't be following these."
gender = PLURAL
density = 0
@@ -32,7 +32,7 @@
var/obj/effect/effect/ion_trails/I = new /obj/effect/effect/ion_trails(src.oldposition)
I.dir = src.holder.dir
flick("ion_fade", I)
I.icon_state = "blank"
I.icon_state = "ion_trails"
spawn( 20 )
if(I)
I.delete()