mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Blob/Blob minion say logging (#87767)
## About The Pull Request The `/datum/component/blob_minion` component now properly logs spoken messages before relaying them.  Radical. ## Why It's Good For The Game Closes #86904. ## Changelog 🆑 Rhials fix: Blob Overmind/Minion/Blobbernaut speech is now logged. Beware. /🆑
This commit is contained in:
@@ -139,6 +139,7 @@
|
||||
/// We only speak telepathically to blobs
|
||||
/datum/component/blob_minion/proc/on_try_speech(mob/living/minion, message, ignore_spam, forced)
|
||||
SIGNAL_HANDLER
|
||||
minion.log_talk(message, LOG_SAY, tag = "blob hivemind telepathy")
|
||||
var/spanned_message = minion.say_quote(message)
|
||||
var/rendered = span_blob("<b>\[Blob Telepathy\] [minion.real_name]</b> [spanned_message]")
|
||||
relay_to_list_and_observers(rendered, GLOB.blob_telepathy_mobs, minion)
|
||||
|
||||
Reference in New Issue
Block a user