From 40d0129fbcf7a93405f173f23d1dd4707bd839b5 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Tue, 10 Sep 2013 19:31:35 -0400 Subject: [PATCH] Cloning balance adjusted --- code/game/machinery/cloning.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index fd66d0c2c32..143de16b69f 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -3,7 +3,7 @@ //Potential replacement for genetics revives or something I dunno (?) -#define CLONE_BIOMASS 150 +#define CLONE_BIOMASS 3000 /obj/machinery/clonepod anchored = 1