mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Show sent PDA messages to sender
This commit is contained in:
@@ -1133,7 +1133,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
|
||||
conversations.Add("\ref[P]")
|
||||
if(!P.conversations.Find("\ref[src]"))
|
||||
P.conversations.Add("\ref[src]")
|
||||
|
||||
to_chat(U, "[bicon(src)] <b>Sent message to [P.owner] ([P.ownjob]), </b>\"[t]\"")
|
||||
|
||||
if (prob(5) && security_level >= SEC_LEVEL_BLUE) //Give the AI a chance of intercepting the message //VOREStation Edit: no spam interception on lower codes + lower interception chance
|
||||
var/who = src.owner
|
||||
|
||||
Reference in New Issue
Block a user