diff --git a/code/game/objects/effects/effect_system/effects_other.dm b/code/game/objects/effects/effect_system/effects_other.dm index 11271644ee1..4e58261b04b 100644 --- a/code/game/objects/effects/effect_system/effects_other.dm +++ b/code/game/objects/effects/effect_system/effects_other.dm @@ -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() diff --git a/html/changelogs/xxalpha-jetpacktrail.yml b/html/changelogs/xxalpha-jetpacktrail.yml new file mode 100644 index 00000000000..afbf3cd9f1a --- /dev/null +++ b/html/changelogs/xxalpha-jetpacktrail.yml @@ -0,0 +1,7 @@ +author: xxalpha + +delete-after: True + +changes: + - bugfix: "Fixed jetpack trail animation." + diff --git a/icons/effects/effects.dmi b/icons/effects/effects.dmi index 14a4b7f8fef..d2bad4aa9dc 100644 Binary files a/icons/effects/effects.dmi and b/icons/effects/effects.dmi differ