Merge pull request #8395 from xxalpha/jetpacktrail

Fixes the jetpack trail animation.
This commit is contained in:
Jordie
2015-03-19 16:44:37 +11:00
3 changed files with 8 additions and 1 deletions
@@ -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 = "ion_trails"
I.icon_state = ""
spawn( 20 )
if(I)
I.delete()