mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
I've consulted all the sages I could find in yellow pages (#25777)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user