From 146e79a48ef1daef5ea673b439a5516087d65b42 Mon Sep 17 00:00:00 2001 From: Kyep Date: Sun, 29 Jan 2017 18:03:23 -0800 Subject: [PATCH] Removes cooldown from CC ID computer --- code/game/machinery/computer/card.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/computer/card.dm b/code/game/machinery/computer/card.dm index ebba68ec570..ef36d052f9d 100644 --- a/code/game/machinery/computer/card.dm +++ b/code/game/machinery/computer/card.dm @@ -439,3 +439,4 @@ var/time_last_changed_position = 0 name = "\improper CentComm identification computer" circuit = /obj/item/weapon/circuitboard/card/centcom req_access = list(access_cent_commander) + change_position_cooldown = -1 \ No newline at end of file