obj
test
icon = 'test.dmi'
icon_state = ""
density = 1
Move()
var/obj/a=new/obj/test1(src.loc)
a.dir=src.dir
a.Owner=src
spawn(30)
del(a)
..()
obj
test1
icon = 'test.dmi'
icon_state = "trail"
density = 1
Problem description:well when i move the icon it always pops up on the head of the trail. How would i prevent this.