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
@@ -631,7 +631,7 @@ GLOBAL_LIST_INIT(command_strings, list(
to_chat(src, span_boldnotice(get_emagged_message()))
return
if(!(bot_access_flags & BOT_COVER_HACKED))
to_chat(the_user, span_boldannounce("You fail to repair [src]'s [hackables]."))
to_chat(the_user, span_bolddanger("You fail to repair [src]'s [hackables]."))
return
bot_access_flags &= ~(BOT_COVER_EMAGGED|BOT_COVER_HACKED)
to_chat(the_user, span_notice("You reset the [src]'s [hackables]."))