From 96dae2bea1d47888207e19fd2b4d1872e05eed06 Mon Sep 17 00:00:00 2001 From: Kar4es Date: Sat, 18 Nov 2023 00:48:39 +0700 Subject: [PATCH] =?UTF-8?q?=D0=BB=D0=B8=D1=88=D0=BD=D1=8F=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD=D0=B0=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modular_ss220/objects/code/key.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/modular_ss220/objects/code/key.dm b/modular_ss220/objects/code/key.dm index 1412e676ac8b..ab36b86396a5 100644 --- a/modular_ss220/objects/code/key.dm +++ b/modular_ss220/objects/code/key.dm @@ -5,8 +5,6 @@ icon_state = "key" /// Are you already using the key? var/busy = FALSE - /// This prevents spamming the key. - var/cooldown = 0 /// How fast does the key open an airlock. var/hack_speed = 1 SECONDS