Page 1 of 1

Hair help.

PostPosted: Wed Feb 10, 2016 12:21 pm
by antsnap2
Howdy,

I'm working on implementing the slime people race. Anyone know where in the code hairstyles are handled? Only option available right now is bald for the new race. Skeleton custom race likely has the same issue (although probably intentional for them).

I know it's not in station.dm, where new races are declared.

EDIT: Found it. It's in module\mob\new_player\sprite_accessories.dm . This file allows you to add species to hair/whatever allowed lists.

Make sure to add an entry for them in in module\mod\living\carbon\human\species\station\station.dm and in \carbon\human\human_species.dm first though.

Re: Hair help.

PostPosted: Wed Feb 10, 2016 4:56 pm
by orbisa
Check this commit..

https://github.com/SpadesNeil/VOREstati ... 3cec019cb7

the file is: code/modules/mob/new_player/sprite_accessories.dm