From 685425ed5582ea65bea1c1015ac2e0a0d1827cd4 Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Fri, 20 Dec 2019 15:26:16 +0100 Subject: [PATCH] Atomises out the magicnumber change --- 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 35a6be2c1f..e8061f73d8 100755 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -76,7 +76,7 @@ if(check_access(I)) authenticated = 1 auth_id = "[I.registered_name] ([I.assignment])" - if((ACCESS_CAPTAIN in I.access)) + if((20 in I.access)) authenticated = 2 playsound(src, 'sound/machines/terminal_on.ogg', 50, 0) if(obj_flags & EMAGGED)