Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added three new hairstyles: Thick (Short), Thick (Long), and Thick (Curly) #1160

Merged
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,21 @@
icon_state = "hair_glamourh"
icon = 'modular_splurt/icons/mob/hair.dmi'

/datum/sprite_accessory/hair/ThickShort
name = "Thick (Short)"
icon_state = "hair_thick_(short)"
icon = 'modular_splurt/icons/mob/hair.dmi'

/datum/sprite_accessory/hair/ThickLong
name = "Thick (Long)"
icon_state = "hair_thick_(long)"
icon = 'modular_splurt/icons/mob/hair.dmi'

/datum/sprite_accessory/hair/ThickCurly
name = "Thick (Curly)"
icon_state = "hair_thick_(curly)"
icon = 'modular_splurt/icons/mob/hair.dmi'

//Podpeople hair
/datum/sprite_accessory/hair/podmale
name = "Pod Male"
Expand Down
Binary file modified modular_splurt/icons/mob/hair.dmi

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix this file so it's just the addition of your extra hairs and not a full rewrite of it

Binary file not shown.
Loading