mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user