From ed726ecfbc6673753a708c1aafe42dea37169fbc Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sun, 24 Jun 2018 15:25:36 -0400 Subject: [PATCH] Biomass change compensation --- code/modules/resleeving/machines.dm | 6 ++++++ maps/tether/tether-07-station3.dmm | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/code/modules/resleeving/machines.dm b/code/modules/resleeving/machines.dm index 51dbd8d2a97..787d867eb89 100644 --- a/code/modules/resleeving/machines.dm +++ b/code/modules/resleeving/machines.dm @@ -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) diff --git a/maps/tether/tether-07-station3.dmm b/maps/tether/tether-07-station3.dmm index de47d879d0a..a308b8aaa35 100644 --- a/maps/tether/tether-07-station3.dmm +++ b/maps/tether/tether-07-station3.dmm @@ -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" = (