Helmets now show only certain hairstyles

This commit is contained in:
Anewbe
2018-09-05 19:43:24 -05:00
parent 4cebe1cfb9
commit b109cfae42
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ var/global/list/limb_icon_cache = list()
res.add_overlay(facial_s)
//Head hair
if(owner.h_style && !(owner.head && (owner.head.flags_inv & BLOCKHEADHAIR)))
if(owner.h_style)
var/style = owner.h_style
var/datum/sprite_accessory/hair/hair_style = hair_styles_list[style]
if(owner.head && (owner.head.flags_inv & BLOCKHEADHAIR))