mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 16:45:42 +00:00
* Fix hydroponics tray examine messages (#55861) Some oversights when examine procs were changed to return lists of strings, rather than using `to_chat()`, meant that the examine for hydroponics was printing some messages in the wrong order. In addition, examining the tray when close to it was only printing the `to_chat()` messages, so it has been changed to `examinate`. * Fix hydroponics tray examine messages Co-authored-by: coiax <yellowbounder@gmail.com>