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