From 62c3aa6b17aaef5cc2e857bbda89ff8712242682 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Sun, 5 Jul 2020 21:19:26 +0100 Subject: [PATCH] cringe cringe --- code/game/machinery/cloning.dm | 4 +++- code/modules/mob/living/living_defines.dm | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index 74b1a4f6..e3c2cfd3 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -204,8 +204,10 @@ H.give_genitals(TRUE) H.suiciding = FALSE + H.custom_body_size = H.client.prefs.body_size + //H.size_multiplier = (max(min( round((H.custom_body_size)), MAX_BODYSIZE),MIN_BODYSIZE)* 0.01) //Not working dont know why. attempting = FALSE - H.size_multiplier = (max(min( round((H.custom_body_size)), MAX_BODYSIZE),MIN_BODYSIZE)* 0.01) //set their size if they are cloning + return TRUE //Grow clones to maturity then kick them out. FREELOADERS diff --git a/code/modules/mob/living/living_defines.dm b/code/modules/mob/living/living_defines.dm index 3ae1e305..fd0aa3bd 100644 --- a/code/modules/mob/living/living_defines.dm +++ b/code/modules/mob/living/living_defines.dm @@ -54,7 +54,7 @@ var/mob_size = MOB_SIZE_HUMAN //H13 custom body size and impregnation - var/custom_body_size = 1 + var/custom_body_size = 100 var/breedable = 0 var/impregchance = 0