[MIRROR] New to init final (#10649)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-17 04:52:07 -07:00
committed by GitHub
parent e1b14a3570
commit 5853b61b55
221 changed files with 1452 additions and 1427 deletions

View File

@@ -47,8 +47,8 @@
var/last_range
var/last_power
/obj/effect/fusion_em_field/New(loc, var/obj/machinery/power/fusion_core/new_owned_core)
..()
/obj/effect/fusion_em_field/Initialize(mapload, var/obj/machinery/power/fusion_core/new_owned_core)
. = ..()
set_light(light_min_range,light_min_power)
last_range = light_min_range
@@ -56,7 +56,7 @@
owned_core = new_owned_core
if(!owned_core)
qdel(src)
return INITIALIZE_HINT_QDEL
id_tag = owned_core.id_tag
//create the gimmicky things to handle field collisions
var/obj/effect/fusion_particle_catcher/catcher

View File

@@ -4,8 +4,8 @@
fuel_colour = "#FCE300"
fuel_type = "blitz"
/obj/item/fuel_assembly/blitz/New(var/newloc)
..(newloc, "blitz")
/obj/item/fuel_assembly/blitz/Initialize(mapload)
. = ..(mapload, "blitz")
/obj/item/fuel_assembly/blitz/unshielded/Initialize(mapload)
. = ..()