diff --git a/apps/openmw/mwrender/npcanimation.cpp b/apps/openmw/mwrender/npcanimation.cpp
index 5ff378dcf..cb78c664c 100644
--- a/apps/openmw/mwrender/npcanimation.cpp
+++ b/apps/openmw/mwrender/npcanimation.cpp
@@ -173,7 +173,7 @@ NpcAnimation::NpcAnimation(const MWWorld::Ptr& ptr, MWWorld::Environment& _env,O
 		if(hair)
 			insertBoundedPart("meshes\\" + hair->model, "Head");
 
-        /*if (chest){
+        if (chest){
 				insertFreePart("meshes\\" + chest->model, ">\"", insert);
                
 			
@@ -181,7 +181,7 @@ NpcAnimation::NpcAnimation(const MWWorld::Ptr& ptr, MWWorld::Environment& _env,O
         if (handr){
 				insertFreePart("meshes\\" + handr->model , ">?", insert);
 			
-		}*/
+		}
         if (handl){
 				insertFreePart("meshes\\" + handl->model, ">>", insert);