public void AdoptBaby() { status = PARENT_STRING; livingCost = parentCost; UI.AdoptBaby(); babyAge = 0; babyExtraIQ = 0; babyIQ = 90; }