diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index 5d377d9b50f..9484b389fd7 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -128,7 +128,7 @@ ghost.client.mob = src.occupant - src.occupant.hud_used = new/obj/hud( src ) + src.occupant.hud_used = new/obj/hud( src.occupant ) // probably redundant because previous line calls mob/Login() which does this line of code // but until this is proven useless keep it for safety - Doohl