From 0f19e35b6a3c43cedbba708115bcf9066a12c4e1 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Thu, 23 Aug 2018 00:32:49 -0700 Subject: [PATCH] Update communications.dm --- code/game/machinery/computer/communications.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index 5e5c08ee99..fe17b4c8b3 100755 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -421,6 +421,7 @@ if(obj_flags & EMAGGED) return obj_flags |= EMAGGED + SSshuttle.shuttle_purchase_requirements_met |= "emagged" if(authenticated == 1) authenticated = 2 to_chat(user, "You scramble the communication routing circuits!")