From b11687da9ff404c74f7f6d50e9d789ad6a6a793f Mon Sep 17 00:00:00 2001 From: NovaBot <154629622+NovaBot13@users.noreply.github.com> Date: Fri, 15 Mar 2024 19:52:10 -0400 Subject: [PATCH] [MIRROR] adds tooltip to the newscaster `Print Newspaper` button telling you to insert paper if it's empty (#1454) * adds tooltip to the newscaster `Print Newspaper` button telling you to insert paper if it's empty (#82006) ## About The Pull Request before inserting paper: ![image](https://github.com/tgstation/tgstation/assets/94711066/2afca5ec-159e-4df2-b5bf-9909b245a6da) after inserting paper: ![image](https://github.com/tgstation/tgstation/assets/94711066/d9ae9535-88bb-43db-b7c6-514cc4e633d3) after using last paper: ![image](https://github.com/tgstation/tgstation/assets/94711066/6292349a-15cf-4190-8784-f803b390ad8e) ## Why It's Good For The Game I did not know you could put paper in there and I was confused about why I wasn't able to print any newspapers :( ## Changelog :cl: qol: added tooltip to newscaster to tell people that they need to insert paper if they want to print a newspaper /:cl: * adds tooltip to the newscaster `Print Newspaper` button telling you to insert paper if it's empty --------- Co-authored-by: kawoppi <94711066+kawoppi@users.noreply.github.com> --- tgui/packages/tgui/interfaces/Newscaster.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/tgui/packages/tgui/interfaces/Newscaster.jsx b/tgui/packages/tgui/interfaces/Newscaster.jsx index b3a30eb2bdd..fc91fc9c89d 100644 --- a/tgui/packages/tgui/interfaces/Newscaster.jsx +++ b/tgui/packages/tgui/interfaces/Newscaster.jsx @@ -447,6 +447,7 @@ const NewscasterChannelBox = (props) => {