Revert "[MIRROR] /atom New() => Initialize() [MDB IGNORE]"

This commit is contained in:
Novacat
2022-08-27 08:49:56 -04:00
committed by GitHub
parent 0be7af4774
commit 1aa4c73e8d
599 changed files with 3329 additions and 4983 deletions
+3 -3
View File
@@ -14,16 +14,16 @@
/obj/item/projectile/energy/blob/splattering
splatter = TRUE
/obj/item/projectile/energy/blob/Initialize()
/obj/item/projectile/energy/blob/New()
if(splatter)
create_reagents(splatter_volume)
ready_chemicals()
. = ..()
..()
/obj/item/projectile/energy/blob/Destroy()
qdel(reagents)
reagents = null
. = ..()
..()
/obj/item/projectile/energy/blob/on_impact(var/atom/A)
if(splatter)
@@ -70,7 +70,7 @@
..() //initial flash
//residual illumination
new /obj/effect/effect/smoke/illumination(src.loc, rand(190,240) SECONDS, 8, 3, light_colour) //same lighting power as flare
new /obj/effect/effect/smoke/illumination(src.loc, rand(190,240) SECONDS, range=8, power=3, color=light_colour) //same lighting power as flare
/obj/item/projectile/energy/electrode
name = "electrode"