Using SiliConnect to send a message to a cyborg now includes the sender's job (#87341)

## About The Pull Request
Does as title says. Doesn't take effect if the ID has no job listed.
## Why It's Good For The Game
Gives a bit more context about who is sending a message.
## Changelog
🆑
add: Borgs now get the job title of someone sending them a message
through SiliConnect.
/🆑
This commit is contained in:
zxaber
2024-10-24 07:56:46 -07:00
committed by GitHub
parent 9fec6ca6f7
commit d086200259
@@ -161,7 +161,9 @@
if(computer.obj_flags & EMAGGED)
return "STDERR:UNDF"
return FALSE
return ID.registered_name
. = "[ID.registered_name]"
if(ID.assignment)
. = "[.], [ID.assignment]"
/datum/computer_file/program/borg_monitor/syndicate
filename = "roboverlord"