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