mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user