Biomass change compensation

This commit is contained in:
Arokha Sieyes
2018-06-24 15:25:36 -04:00
parent 859b06497b
commit ed726ecfbc
2 changed files with 18 additions and 0 deletions
+6
View File
@@ -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)
+12
View File
@@ -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" = (