mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[MIRROR] Logs circuit speech [MDB IGNORE] (#13704)
* Logs circuit speech (#67066) * logging circuit speech Co-authored-by: tattle * Logs circuit speech Co-authored-by: dragomagol <66640614+dragomagol@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
co-authored by
tattle
dragomagol
Tom
parent
d05c1a6d0a
commit
dc89574978
@@ -31,7 +31,7 @@
|
||||
var/atom/movable/shell = parent.shell
|
||||
// Prevents appear as the individual component if there is a shell.
|
||||
if(shell)
|
||||
shell.say(message.value)
|
||||
shell.say(message.value, forced = "circuit speech | [key_name(parent.get_creator())]")
|
||||
else
|
||||
say(message.value)
|
||||
say(message.value, forced = "circuit speech | [parent.get_creator()]")
|
||||
TIMER_COOLDOWN_START(parent, COOLDOWN_CIRCUIT_SPEECH, speech_cooldown)
|
||||
|
||||
Reference in New Issue
Block a user