Fix some shit

Fixes some autismal shit with syndicate/centcomm private messages
Makes them use the same method as pray so the msay window works properly
Fixes that issue probe made about centcomm replying
This commit is contained in:
clusterfack
2016-03-28 00:12:59 -05:00
parent a6ab7a7030
commit 0cef1eb885
2 changed files with 14 additions and 13 deletions

View File

@@ -1952,7 +1952,7 @@
to_chat(usr, "This mob type cannot be replied to")
return
var/input = input(src.owner, "Please enter a message to reply to [key_name(M)] via their [receive_type].","Outgoing message from The Syndicate", "")
var/input = input(src.owner, "Please enter a message to reply to [key_name(M)] via their [receive_type].","Outgoing message from Central Command", "")
if(!input) return
to_chat(src.owner, "You sent [input] to [M] via a secure channel.")
@@ -1978,9 +1978,9 @@
var/input = input(src.owner, "Please enter a message to reply to [key_name(M)] via their [receive_type].","Outgoing message from The Syndicate", "")
if(!input) return
to_chat(src.owner, "You sent [input] to [M] via a secure channel.")
log_admin("[src.owner] replied to [key_name(M)]'s Syndicate message with the message [input].")
message_admins("[src.owner] replied to [key_name(M)]'s Syndicate message with: \"[input]\"")
to_chat(M, "You hear something crackle from your [receive_type] for a moment before a voice speaks. \"Please stand by for a message from your benefactor. Message as follows, agent. <b>\"[input]\"</b> Message ends.\"")
else if(href_list["CentcommFaxView"])