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() |
| /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()
MALE_SPRITE_LIST 
The male specific list that we get from init_sprite_accessory_subtypes()