mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] New to init final (#10649)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e1b14a3570
commit
5853b61b55
@@ -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
|
||||
|
||||
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user