Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] [No GBP] Vending examine message now properly shows the name…
… of the vending refill required. (#1542) * [No GBP] Vending examine message now properly shows the name of the vending refill required. (#82101) ## About The Pull Request Vending refills were piping in the typepath of the refill as opposed to the name since their examine was referencing a type path. This instead pulls the `machine_name` and `name` to form the correct string on examine to confirm that the value is accurate. ![image](https://github.com/tgstation/tgstation/assets/41715314/88db4bb7-a529-4dee-bd9e-e83ff4b66b9a) ## Why It's Good For The Game Fixes #82095. That should probably not be shown in-game as is and now actually showcases the correct message on examine. ## Changelog :cl: fix: Vending machines now show the correct vending refill name when examine and not full. /:cl: * [No GBP] Vending examine message now properly shows the name of the vending refill required. --------- Co-authored-by: ArcaneMusic <[email protected]>
- Loading branch information