mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
Sorts out this PR
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
var/synthetic_capable = 1
|
||||
var/obj/item/weapon/disk/transcore/disk
|
||||
|
||||
/obj/machinery/computer/transhuman/resleeving/initialize()
|
||||
/obj/machinery/computer/transhuman/resleeving/Initialize()
|
||||
. = ..()
|
||||
updatemodules()
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
circuit = /obj/item/weapon/circuitboard/transhuman_clonepod
|
||||
|
||||
//A full version of the pod
|
||||
/obj/machinery/clonepod/transhuman/full/initialize()
|
||||
/obj/machinery/clonepod/transhuman/full/Initialize()
|
||||
. = ..()
|
||||
for(var/i = 1 to container_limit)
|
||||
containers += new /obj/item/weapon/reagent_containers/glass/bottle/biomass(src)
|
||||
|
||||
Reference in New Issue
Block a user