Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Adds new vending machine tooltips. (#1466)
* Adds new vending machine tooltips. (#81918) ## About The Pull Request This PR adds tooltips to vending machines. Specifically, the tooltips cover tool interactions (unwrench, toggle panel open/closed, deconstruct), as well as righting a knocked over vending machine with an open hand, and returning items to a vending machine as applicable.      This also provides a context for restock modules, which shows specific text when the vending machine has credit to be claimed when restocked. Tweaks a little bit of speech handling to prevent issues with custom_vendor for determining if an item can be returned to re-use for the tooltip proc. ## Why It's Good For The Game Improves clarity on a high impact economy related piece of content, plus we kinda *like* vending machines, based on how much code we have dedicated to them. 🐛 💥 ## Changelog :cl: qol: Vending machines now have contextual tooltips for interactions with tools/objects/restocking/returns. qol: Vending machines can now be examined to see what type of restock module they need to be refilled. /:cl: --------- Co-authored-by: MrMelbert <[email protected]> Co-authored-by: san7890 <[email protected]> * Adds new vending machine tooltips. * override fix --------- Co-authored-by: ArcaneMusic <[email protected]> Co-authored-by: MrMelbert <[email protected]> Co-authored-by: san7890 <[email protected]> Co-authored-by: SomeRandomOwl <[email protected]>
- Loading branch information