From a928428541fe6b6ce96d3853a41c541da41ecbcf Mon Sep 17 00:00:00 2001 From: "ericgfwong@hotmail.com" Date: Wed, 1 Aug 2012 18:33:22 +0000 Subject: [PATCH] Clones come out with messy hairstyles now :3 git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4272 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/machinery/cloning.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index 250c27e03ee..24d8ea123ab 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -191,6 +191,10 @@ if(se) src.occupant.dna.struc_enzymes = se randmutb(src.occupant) //Sometimes the clones come out wrong. + + src.occupant:f_style = "Shaved" + src.occupant:h_style = pick("Bedhead", "Bedhead 2", "Bedhead 3") + src.occupant:mutantrace = mrace src.occupant:update_mutantrace() src.occupant:suiciding = 0