mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 08:11:11 +01:00
[MIRROR] some destroy cleanup (#9953)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
cac1d0170a
commit
b91c3adca5
@@ -310,7 +310,7 @@
|
||||
for(var/mob/living/carbon/M in hear(max_range, get_turf(src)))
|
||||
blitzed(get_turf(src), M, max_range, banglet)
|
||||
new/obj/effect/effect/sparks(src.loc)
|
||||
new/obj/effect/effect/smoke/illumination(src.loc, 5, range=30, power=30, color="#FFFFFF")
|
||||
new/obj/effect/effect/smoke/illumination(loc, 5, 30, 30, "#FFFFFF")
|
||||
spawn(2)
|
||||
qdel(src)
|
||||
if("blitzu")
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user