Just to confirm, are you trying the `generate_uniform` branch?
My goal was to have employees use conservative outfits from their own wardrobes until a company uniform was assigned. There is probably some wonkiness if the employee has no wardrobe to begin with (procedural women start with empty wardrobes if a certain setting is enabled). Non-procedural employees should be working as intended?
Looking at the code, it looks like `target_sluttiness` in `decide_on_uniform_enhanced()` needs to be capped at the policy slut limit. Alternatively, a default outfit could be generated within `build_employee_uniform_wardrobe()`, which already knows about the limits and whatnot. I don't have time to work on it tonight, but maybe in a day or two.
Good catch. Thank you.