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
+2 -2
View File
@@ -137,11 +137,11 @@
victim.update_damage_overlays()
else if(ismouse(target))
var/mob/living/basic/mouse/splatted = target
visible_message(span_boldannounce("SPLAT!"))
visible_message(span_bolddanger("SPLAT!"))
splatted.splat() // mousetraps are instadeath for mice
else if(isregalrat(target))
visible_message(span_boldannounce("Skreeeee!")) //He's simply too large to be affected by a tiny mouse trap.
visible_message(span_bolddanger("Skreeeee!")) //He's simply too large to be affected by a tiny mouse trap.
playsound(src, 'sound/effects/snap.ogg', 50, TRUE)
pulse()