CarinaCox
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 267, in script call
call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
File "game/script.rpy", line 426, in script call
call expression interact_label pass (*args, **kwargs)
File "game/Locations/Home/Mom_Bedroom/mom_closet_events.rpy", line 3, in script call
menu:
File "game/Classes/Misc_Functionality/ModdedMenuOption.rpy", line 100, in script call
call expression destination_label pass (*args, **kwargs)
File "game/Locations/Home/Mom_Bedroom/mom_closet_events.rpy", line 3, in script call
menu:
File "game/Classes/Misc_Functionality/ModdedMenuOption.rpy", line 100, in script call
call expression destination_label pass (*args, **kwargs)
File "game/Mods/coxSluttery/coxSlutteryClosetEvents.rpy", line 817, in script call
call coxTryOn(coxChosenClothing)
File "game/Mods/coxSluttery/coxSlutteryUtility.rpy", line 182, in script
$ coxCurrentOutfit = coxChangeClothing(oClothing=oClothing, oOutfit=coxCurrentOutfit, oPerson=thePerson)
File "game/Mods/coxSluttery/coxSlutteryUtility.rpy", line 182, in <module>
$ coxCurrentOutfit = coxChangeClothing(oClothing=oClothing, oOutfit=coxCurrentOutfit, oPerson=thePerson)
File "game/Mods/coxSluttery/coxSlutteryDefinitionsAndFunctions.rpy", line 588, in coxChangeClothing
swaps = [theClothing.skin_texture, theClothing.skin_boob_texture, theClothing.skin_butt_texture, theClothing.skin_upskirt_texture, theClothing.skin_masturbation_texture, theClothing.skin_blowjob_texture, theClothing.skin_handjob_texture]
AttributeError: 'coxBody' object has no attribute 'skin_upskirt_texture'
any idea whats going on here when I try to change back to default skin from pale skin. Also when I try on other pieces of clothing, it switches the skin to pale randomly.