Merge pull request #4426 from Citadel-Station-13/upstream-merge-33601

[MIRROR] Fixes cross comms
This commit is contained in:
LetterJay
2018-01-03 04:56:38 -06:00
committed by GitHub
3 changed files with 14 additions and 13 deletions
@@ -136,8 +136,6 @@
to_chat(usr, "<span class='warning'>Arrays recycling. Please stand by.</span>")
playsound(src, 'sound/machines/terminal_prompt_deny.ogg', 50, 0)
return
var/input = stripped_multiline_input(usr, "Please choose a message to transmit to allied stations. Please be aware that this process is very expensive, and abuse will lead to... termination.", "Send a message to an allied station.", "")
if(!input || !(usr in view(1,src)))
return