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
@@ -31,7 +31,7 @@
/datum/component/virtual_entity/proc/jailbreak_mobs()
SIGNAL_HANDLER
to_chat(parent, span_boldannounce("You shiver for a moment with a sense of clarity you haven't felt before."))
to_chat(parent, span_bolddanger("You shiver for a moment with a sense of clarity you haven't felt before."))
to_chat(parent, span_notice("You could go <i>anywhere</i>, do <i>anything</i>! You could leave this simulation right now if you wanted!"))
to_chat(parent, span_danger("But be warned, quantum entanglement will interfere with any previous lives."))
to_chat(parent, span_notice("You'll have just one chance to go nova, and there's no turning back."))