From 151082343b80bf97ac77e547adf3ea0c5fd07bd4 Mon Sep 17 00:00:00 2001 From: Neerti Date: Sun, 3 Apr 2016 18:20:07 -0400 Subject: [PATCH] Firing a gun while cloaked will now unclock you. --- code/modules/projectiles/gun.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/projectiles/gun.dm b/code/modules/projectiles/gun.dm index 44b36db8ac..57b66ef25b 100644 --- a/code/modules/projectiles/gun.dm +++ b/code/modules/projectiles/gun.dm @@ -163,6 +163,8 @@ add_fingerprint(user) + user.break_cloak() + if(!special_check(user)) return