mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Biomass change compensation
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
name = "grower pod"
|
||||
circuit = /obj/item/weapon/circuitboard/transhuman_clonepod
|
||||
|
||||
//A full version of the pod
|
||||
/obj/machinery/clonepod/transhuman/full/initialize()
|
||||
. = ..()
|
||||
for(var/i = 1 to container_limit)
|
||||
containers += new /obj/item/weapon/reagent_containers/glass/bottle/biomass(src)
|
||||
|
||||
/obj/machinery/clonepod/transhuman/growclone(var/datum/transhuman/body_record/current_project)
|
||||
//Manage machine-specific stuff.
|
||||
if(mess || attempting)
|
||||
|
||||
@@ -17382,6 +17382,18 @@
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
dir = 4
|
||||
},
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/biomass{
|
||||
pixel_x = -4;
|
||||
pixel_y = 8
|
||||
},
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/biomass{
|
||||
pixel_x = -3;
|
||||
pixel_y = -2
|
||||
},
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/biomass{
|
||||
pixel_x = 3;
|
||||
pixel_y = 5
|
||||
},
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/medical/resleeving)
|
||||
"Di" = (
|
||||
|
||||
Reference in New Issue
Block a user