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