Oddbean new post about | logout
 Allow me to assist with the code of our people

void unbunch_panties(struct body_clothing* clothing)
{
    if(clothing->lower_body.panties & PANTIE_STATUS_BUNCHED)
    {
       clothing->lower_body.panties &= ~PANTIE_STATUS_BUNCHED;
    }
}