From 89269608f0abd93fa30455ac6f21490e09161ae5 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Sun, 5 Jul 2020 20:40:36 +0100 Subject: [PATCH] fix to cloning another fix... --- code/game/machinery/cloning.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index fb8774ca..74b1a4f6 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -205,7 +205,6 @@ H.suiciding = FALSE attempting = FALSE - if (H.custom_body_size) 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