Skip to content

Commit

Permalink
[MIRROR] Fixes a weird formatting problem with the intern announcer […
Browse files Browse the repository at this point in the history
…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 <[email protected]>

* Fixes a weird formatting problem with the intern announcer

---------

Co-authored-by: Watermelon914 <[email protected]>
Co-authored-by: Watermelon914 <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
4 people authored and StealsThePRs committed Jun 8, 2024
1 parent 7acf9e9 commit d3bc523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/announcers/intern_announcer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
ANNOUNCER_SHUTTLERECALLED = 'sound/ai/intern/shuttlerecalled.ogg',
ANNOUNCER_SPANOMALIES = 'sound/ai/intern/spanomalies.ogg')

custom_alert_message = "<br><span class='alert'>Please stand by for an important message from our new intern.</span><br>"
custom_alert_message = "<span class='alert'>Please stand by for an important message from our new intern.</span><br>"

0 comments on commit d3bc523

Please sign in to comment.