mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user