turf/hair/Short_brown
icon = 'tiles.dmi'
icon_state = "shortbrown"
density = 1
Click()
usr.overlays += 'shortbrown.dmi'
var/hairon = 'shortbrown.dmi'
usr.overlays -= usr.hair
usr.hair= hairon
how do i make it so only a male can use this hair a some other hairs only females can put on?
Of course you would need to make a var for males.