public void changehappiness(int Hchange)
    {
        stats.happiness += Hchange;
        checkForDogs();

        Pprofiles.updateValues();
    }