[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:
SkyratBot
2022-05-20 17:30:06 +01:00
committed by GitHub
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)