mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17: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:
@@ -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]."))
|
||||
|
||||
Reference in New Issue
Block a user