We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848a08c commit 3f542d7Copy full SHA for 3f542d7
code/game/objects/effects/effect_system/effects_other.dm
@@ -1,14 +1,12 @@
1
/// Ion trails for jetpacks, ion thrusters and other space-flying things
2
/obj/effect/particle_effect/ion_trails
3
name = "ion trails"
4
- icon_state = "ion_trails"
+ icon_state = "ion_fade"
5
6
/obj/effect/particle_effect/ion_trails/Initialize(mapload, targetdir)
7
. = ..()
8
dir = targetdir
9
- flick("ion_fade", src)
10
- icon_state = null
11
- QDEL_IN(src, 2 SECONDS)
+ QDEL_IN(src, 0.6 SECONDS)
12
13
//Reagent-based explosion effect
14
/datum/effect_system/reagents_explosion
icons/effects/effects.dmi
7.02 KB
0 commit comments