From b5670646f72d56673770d2a6a448f2407cffc76d Mon Sep 17 00:00:00 2001 From: LetterJay Date: Mon, 30 Oct 2017 21:08:24 -0500 Subject: [PATCH] Update communications.dm --- code/game/machinery/computer/communications.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index 154ccdd120..3651ba69b1 100755 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -465,7 +465,7 @@ if(CONFIG_GET(string/cross_server_address)) dat += "
\[ Send a message to an allied station \]" if(SSmapping.config.allow_custom_shuttles) - dat += "
\[ Purchase Shuttle \]" + dat += "
\[ Purchase Shuttle \]" dat += "
\[ Change Alert Level \]" dat += "
\[ Emergency Maintenance Access \]" dat += "
\[ Request Nuclear Authentication Codes \]"