I've consulted all the sages I could find in yellow pages (#25777)

This commit is contained in:
Qwertytoforty
2024-06-06 20:50:43 -04:00
committed by GitHub
parent 848a08c954
commit 3f542d7411
2 changed files with 2 additions and 4 deletions
@@ -1,14 +1,12 @@
/// Ion trails for jetpacks, ion thrusters and other space-flying things
/obj/effect/particle_effect/ion_trails
name = "ion trails"
icon_state = "ion_trails"
icon_state = "ion_fade"
/obj/effect/particle_effect/ion_trails/Initialize(mapload, targetdir)
. = ..()
dir = targetdir
flick("ion_fade", src)
icon_state = null
QDEL_IN(src, 2 SECONDS)
QDEL_IN(src, 0.6 SECONDS)
//Reagent-based explosion effect
/datum/effect_system/reagents_explosion