From 81487c9cdb79672ff6124c446c25ea97a4b167a7 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Sun, 4 Aug 2013 01:50:00 -0700 Subject: [PATCH] Minor hair fix. --- code/game/machinery/cloning.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index 8e8faadf2cc..fd66d0c2c32 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -191,7 +191,7 @@ randmutb(H) //Sometimes the clones come out wrong. H.f_style = "Shaved" - if(mrace.name != "Human") //no more xenos losing ears/tentacles + if(mrace.name == "Human") //no more xenos losing ears/tentacles H.h_style = pick("Bedhead", "Bedhead 2", "Bedhead 3") H.species = mrace