code/controllers/subsystem/sprite_accessories.dm 
| DEFAULT_SPRITE_LIST | The non gender specific list that we get from init_sprite_accessory_subtypes() |
|---|---|
| MALE_SPRITE_LIST | The male specific list that we get from init_sprite_accessory_subtypes() |
| FEMALE_SPRITE_LIST | The female specific list that we get from init_sprite_accessory_subtypes() |
| INIT_ACCESSORY | Use this to init a sprite accessory list for a feature where mobs are required to have one selected |
| INIT_OPTIONAL_ACCESSORY | Use this to init a sprite accessory list for a feature where mobs can opt to not have one selected |
| /var/SSaccessories | subsystem that just holds lists of sprite accessories for accession in generating said sprites. A sprite accessory is something that we add to a human sprite to make them look different. This is hair, facial hair, underwear, mutant bits, etc. |
Define Details
DEFAULT_SPRITE_LIST 
The non gender specific list that we get from init_sprite_accessory_subtypes()
FEMALE_SPRITE_LIST 
The female specific list that we get from init_sprite_accessory_subtypes()
INIT_ACCESSORY 
Use this to init a sprite accessory list for a feature where mobs are required to have one selected
INIT_OPTIONAL_ACCESSORY 
Use this to init a sprite accessory list for a feature where mobs can opt to not have one selected
MALE_SPRITE_LIST 
The male specific list that we get from init_sprite_accessory_subtypes()