From 99ea2b30d84d2dc95becaf49f456ae788338b49c Mon Sep 17 00:00:00 2001 From: Albert Iordache Date: Wed, 28 Dec 2011 11:31:07 +0200 Subject: [PATCH] Fixed a clonepod runtime error with Tasty's help --- code/game/machinery/cloning.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index b0f2357fdf..1272ba40ff 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -452,10 +452,6 @@ ghost.client.mob = src.occupant - src.occupant.hud_used = new/obj/hud( src ) - // 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 - src.icon_state = "pod_1" //Get the clone body ready src.occupant.rejuv = 10