From e120500d54728fb438944a41a9185e46c1f8d644 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Mon, 30 Oct 2017 21:07:45 -0500 Subject: [PATCH] Update communications.dm --- code/game/machinery/computer/communications.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index c2f238727f..154ccdd120 100755 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -463,12 +463,12 @@ dat += "

Captain Functions" dat += "
\[ Make a Captain's Announcement \]" if(CONFIG_GET(string/cross_server_address)) - dat += "
\[ Send a message to an allied station \]" + dat += "
\[ Send a message to an allied station \]" if(SSmapping.config.allow_custom_shuttles) dat += "
\[ Purchase Shuttle \]" - dat += "
\[ Change Alert Level \]" - dat += "
\[ Emergency Maintenance Access \]" - dat += "
\[ Request Nuclear Authentication Codes \]" + dat += "
\[ Change Alert Level \]" + dat += "
\[ Emergency Maintenance Access \]" + dat += "
\[ Request Nuclear Authentication Codes \]" if(!emagged) dat += "
\[ Send Message to CentCom \]" else