From 3674d38a9995249fba01e16b461205c71e9fd1bd Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sat, 10 Feb 2018 12:09:02 -0500 Subject: [PATCH 1/2] Merge pull request #35493 from DaxDupont/cloner 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 9d6596d39b..d6cf184622 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)