[MIRROR] some destroy cleanup (#9953)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-27 01:23:17 +01:00
committed by GitHub
co-authored by Kashargul
parent cac1d0170a
commit b91c3adca5
7 changed files with 33 additions and 31 deletions
@@ -20,11 +20,6 @@
ready_chemicals()
..()
/obj/item/projectile/energy/blob/Destroy()
qdel(reagents)
reagents = null
..()
/obj/item/projectile/energy/blob/on_impact(var/atom/A)
if(splatter)
var/turf/location = get_turf(src)
@@ -70,7 +70,7 @@
..() //initial flash
//residual illumination
new /obj/effect/effect/smoke/illumination(src.loc, rand(190,240) SECONDS, range=8, power=3, color=light_colour) //same lighting power as flare
new /obj/effect/effect/smoke/illumination(loc, rand(190,240) SECONDS, 8, 3, light_colour) //same lighting power as flare
/obj/item/projectile/energy/electrode
name = "electrode"