I had this happen also.
I used Google Chrome Developer Tools/Console...
In the game, I removed all possible Clothing. Then, in Developer Tools, I looked at the SugarCube variable wornClothing. I saw this:
Code:
SugarCube.State.variables.wornClothing
> {nipple_piercing: "nipple_rings_large", penis_piercing: "penis_piercing", cage: "chastity_belt_adv", bodysuit: "catsuit_toilet"}
So then I entered this command to fix it:
Code:
SugarCube.State.variables.wornClothing={nipple_piercing: "nipple_rings_large", penis_piercing: "penis_piercing", cage: "chastity_belt_adv"}
You should see that the difference is that I removed the ", bodysuit" entry. You will have to do yours for what else you are wearing other than the bodysuit. That catsuit seems to be broken presently.