Skip to content

Requests and Cargo Console Quality of Life Changes

Rob Nelson requested to merge pull/5479/Test-Stuff into Bleeding-Edge

Created by: Cyadox

This is to change the printouts from the Requests Console and Cargo Computer. What this code does is change the title of the Request paper (Request of [Crate X]) to include the requester's name and title (if applicable) (Request of [Crate X] for [Person Y, Title Z]), so when it's attached to a clipboard or filing cabinet, you can see at a glance what is for who without having to take them out of their container and read them individually.

Also, the Shipment Manifests that spawn in the containers are altered to show the requester's name, and replaces the flavour text of (Shipment of [Crate X] for [Station XYZ]) with something more relevant: (Shipment Manifest of [Person Y]'s Order).

I left out the Title field in the Shipment Manifest because it gets long winded, but it's easy to put back in if that's not an issue. The screenshots showcase the differences:

Before: beforechanges

After: afterchanges

You can ignore the removals, I had to manually copy the file and it went finicky on me.

Merge request reports