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)