mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Initialize fixing (#10335)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2e725a0727
commit
ce2446922e
@@ -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()
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user