[MIRROR] Initialize fixing (#10335)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-08 14:22:04 -07:00
committed by GitHub
parent 2e725a0727
commit ce2446922e
888 changed files with 2876 additions and 2225 deletions

View File

@@ -35,7 +35,7 @@
var/gene_sequencing = FALSE // Traitgenes edit - create a dna injector for fixing dna, but don't let it be abusable
/obj/machinery/computer/transhuman/resleeving/Initialize()
/obj/machinery/computer/transhuman/resleeving/Initialize(mapload)
. = ..()
pods = list()
spods = list()

View File

@@ -23,7 +23,7 @@
var/db_key
var/datum/transcore_db/our_db // These persist all round and are never destroyed, just keep a hard ref
/obj/machinery/computer/transhuman/designer/Initialize()
/obj/machinery/computer/transhuman/designer/Initialize(mapload)
. = ..()
our_db = SStranscore.db_by_key(db_key)

View File

@@ -34,7 +34,7 @@
. = ..()
src.db_key = db_key
/obj/item/implant/backup/Initialize()
/obj/item/implant/backup/Initialize(mapload)
. = ..()
our_db = SStranscore.db_by_key(db_key)

View File

@@ -10,7 +10,7 @@
circuit = /obj/item/circuitboard/transhuman_clonepod
//A full version of the pod
/obj/machinery/clonepod/transhuman/full/Initialize()
/obj/machinery/clonepod/transhuman/full/Initialize(mapload)
. = ..()
for(var/i = 1 to container_limit)
containers += new /obj/item/reagent_containers/glass/bottle/biomass(src)