mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Revert "[MIRROR] /atom New() => Initialize() [MDB IGNORE]"
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user