From 710833e7a99ce3de4e08f7b7b5fc3af15bf27b86 Mon Sep 17 00:00:00 2001 From: Neerti Date: Fri, 27 Nov 2015 23:17:41 -0500 Subject: [PATCH] Tries to fix cloning. --- code/game/machinery/cloning.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index 42b4f937a2..fb60527bf7 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -131,6 +131,7 @@ else H.dna = R.dna H.UpdateAppearance() + H.sync_organ_dna() if(heal_level < 60) randmutb(H) //Sometimes the clones come out wrong. H.dna.UpdateSE()