From c2a3c08cb070319bf3f919ae44c6bd8a78501c69 Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Thu, 15 Sep 2022 07:31:43 -0600 Subject: [PATCH] this made me go nuts --- code/game/machinery/exp_cloner.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/exp_cloner.dm b/code/game/machinery/exp_cloner.dm index 961600693..963ce4ad5 100644 --- a/code/game/machinery/exp_cloner.dm +++ b/code/game/machinery/exp_cloner.dm @@ -313,7 +313,7 @@ quirks[T.type] = T.clone_data() //grows the clone, format; - // ckey, clonename, ui, mutation_index, mindref, datum/species/mrace, list/featuresm custom_body_size, factions, list/quirks, experimental = FALSE + // ckey, clonename, ui, mutation_index, mindref, datum/species/mrace, list/features, custom_body_size, factions, list/quirks, experimental = FALSE pod.growclone(null, name, UI, SE, mind, clone_species, features, size, factions, quirks, TRUE) temp = "[mob_occupant.real_name] => Cloning data sent to pod." playsound(src, 'sound/machines/terminal_prompt_confirm.ogg', 50, 0)