- Fixes issue 744.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4431 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-08-16 04:17:11 +00:00
parent 8c91a3a06d
commit d908d6bf04
2 changed files with 10 additions and 3 deletions

View File

@@ -41,7 +41,7 @@
else if (W == head)
head = null
if(W.flags & BLOCKHAIR)
update_hair() //rebuild hair
update_hair(0) //rebuild hair
success = 1
update_inv_head()
else if (W == ears)