I'd honestly just like them stripped of stuff when sold period. Right now, you sell a slave and all equipped items are just lost. If you forget to unequip them, then bam gone. I've probably lost hundreds of maid outfits that way. Was thinking of seeing if i could do a mod so that anytime you lost a slave, it stripped them, but unfortunately there's probably a dozen or so places in the code that happens. Figure at least covering selling a slave, or handing in for custom request though.
Viewing post in [BUG] Specializations
Good point, I usually double check what my slaves wear before selling them, but something is doomed to be missed.
In order to recover our items, I think we can just insert some lines at the beginning of removefrommansion() in globals.gd.
This doesn't prevent players to cheat though, because the function is called after they have sold their slaves.