From e2116e11532284464a591df2fdf74b05a1708c4e Mon Sep 17 00:00:00 2001 From: Dax Dupont Date: Fri, 9 Feb 2018 18:54:13 +0100 Subject: [PATCH] Fixed cloning pod status not updating when autocloning --- code/game/machinery/computer/cloning.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/computer/cloning.dm b/code/game/machinery/computer/cloning.dm index 9d6596d39b7..d6cf1846229 100644 --- a/code/game/machinery/computer/cloning.dm +++ b/code/game/machinery/computer/cloning.dm @@ -72,6 +72,7 @@ continue //how though? if(pod.growclone(R.fields["ckey"], R.fields["name"], R.fields["UI"], R.fields["SE"], R.fields["mind"], R.fields["mrace"], R.fields["features"], R.fields["factions"])) + temp = "[R.fields["name"]] => Cloning cycle in progress..." records -= R /obj/machinery/computer/cloning/proc/updatemodules(findfirstcloner)