vaurca hair pulling fix (#7843)

This commit is contained in:
Geeves
2019-12-29 00:42:05 +02:00
committed by Erki
parent fe156a8eeb
commit af983ebad3
2 changed files with 10 additions and 4 deletions
+4 -4
View File
@@ -424,10 +424,10 @@ Class Procs:
if(!ishuman(H))
return
if(isskrell(H)) //for whatever reason, skrell's tentacles have a really long length
return
if(isunathi(H)) //horns would not get caught in the machine
//for whatever reason, skrell's tentacles have a really long length
//horns would not get caught in the machine
//vaurca have fine control of their antennae
if(isskrell(H) || isunathi(H) || isvaurca(H))
return
var/datum/sprite_accessory/hair/hair_style = hair_styles_list[H.h_style]