mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-09 22:25:46 +01:00
add a notification when replying to fax
This commit is contained in:
@@ -2483,6 +2483,11 @@
|
||||
var/destination
|
||||
var/notify
|
||||
var/obj/item/paper/P
|
||||
|
||||
if(sender)
|
||||
log_admin("[key_name(src.owner)] has started replying to a fax message from [key_name(sender)]")
|
||||
message_admins("[key_name_admin(src.owner)] has started replying to a fax message from [key_name_admin(sender)]")
|
||||
|
||||
var/use_letterheard = alert("Use letterhead? If so, do not add your own header or a footer. Type and format only your actual message.",,"Nanotrasen","Syndicate", "No")
|
||||
switch(use_letterheard)
|
||||
if("Nanotrasen")
|
||||
|
||||
Reference in New Issue
Block a user