socks 
- Do not declare new shirt or bra objects directly through typepaths, use SHIRT_OBJECT(class)/BRA_OBJECT(class) instead
- Example:
SHIRT_OBJECT(test) name = "test shirt" icon_state = "test" flags_1 = IS_PLAYER_COLORABLE_1 gender = MALE body_parts_covered = CHEST | ARMS ...
BRA_OBJECT(test) name = "test bra" icon_state = "test" flags_1 = IS_PLAYER_COLORABLE_1 gender = FEMALE ...