From d3bc52324c30b4bc6bb9691ff7180d4cf1e816c0 Mon Sep 17 00:00:00 2001 From: NovaBot <154629622+NovaBot13@users.noreply.github.com> Date: Sat, 8 Jun 2024 09:51:03 -0400 Subject: [PATCH] [MIRROR] Fixes a weird formatting problem with the intern announcer [MDB IGNORE] (#2902) * Fixes a weird formatting problem with the intern announcer (#83630) ## About The Pull Request Fixes this: ![image](https://github.com/tgstation/tgstation/assets/37270891/90c0e496-5eda-47f2-945e-3293ce9ead7d) ## Why It's Good For The Game Bugfix ## Changelog :cl: spellcheck: Intern announcer no longer has a weird space before the introduction message. /:cl: Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com> * Fixes a weird formatting problem with the intern announcer --------- Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com> Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com> Co-authored-by: NovaBot13 --- code/datums/announcers/intern_announcer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/announcers/intern_announcer.dm b/code/datums/announcers/intern_announcer.dm index 771b98b91b9..5e8544c1871 100644 --- a/code/datums/announcers/intern_announcer.dm +++ b/code/datums/announcers/intern_announcer.dm @@ -43,4 +43,4 @@ ANNOUNCER_SHUTTLERECALLED = 'sound/ai/intern/shuttlerecalled.ogg', ANNOUNCER_SPANOMALIES = 'sound/ai/intern/spanomalies.ogg') - custom_alert_message = "
Please stand by for an important message from our new intern.
" + custom_alert_message = "Please stand by for an important message from our new intern.
"