Fixes random stuff spilling into ooc tab (#88221)

## About The Pull Request

`boldannounce` is NOT for use ICly it's only for OOC stuff. `bolddanger`
is identical it just doesn't carry the same baggage

## Changelog

🆑 Melbert
fix: Stuff like the SM exploding will no longer output to your OOC tab
/🆑
This commit is contained in:
MrMelbert
2024-11-27 17:41:52 +01:00
committed by GitHub
parent ea945dbfab
commit 75696ab873
60 changed files with 96 additions and 98 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
to_chat(user, span_boldwarning("You start skimming through [src], but you already know [initial(language.name)]."))
return
to_chat(user, span_boldannounce("You start skimming through [src], and [flavour_text]."))
to_chat(user, span_bolddanger("You start skimming through [src], and [flavour_text]."))
user.grant_language(language)
user.remove_blocked_language(language, source=LANGUAGE_ALL)