From c20567f1fcc1b97d555759eafda44f81e73b41fd Mon Sep 17 00:00:00 2001 From: LetterJay Date: Mon, 30 Oct 2017 20:34:57 -0500 Subject: [PATCH] Update communications.dm --- code/game/machinery/computer/communications.dm | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index 4797756a4b..c2f238727f 100755 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -463,21 +463,12 @@ dat += "

Captain Functions" dat += "
\[ Make a Captain's Announcement \]" if(CONFIG_GET(string/cross_server_address)) -<<<<<<< HEAD - dat += "
\[ Send a message to an allied station \]" - if(SSmapping.config.allow_custom_shuttles == "yes") - dat += "
\[ Purchase Shuttle \]" - dat += "
\[ Change Alert Level \]" - dat += "
\[ Emergency Maintenance Access \]" - dat += "
\[ Request Nuclear Authentication Codes \]" -======= 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 \]" ->>>>>>> 379869e... Fixes allow_custom_shuttles default (#32221) if(!emagged) dat += "
\[ Send Message to CentCom \]" else @@ -713,8 +704,6 @@ /obj/machinery/computer/communications/proc/overrideCooldown() var/obj/item/circuitboard/computer/communications/CM = circuit CM.lastTimeUsed = 0 -<<<<<<< HEAD -======= /obj/machinery/computer/communications/proc/add_message(datum/comm_message/new_message) messages += new_message @@ -724,4 +713,3 @@ var/content var/list/possible_answers = list() var/answered ->>>>>>> 379869e... Fixes allow_custom_shuttles default (#32221)