From 6055fdcd22146f2ef15544219b6c17e8e08abdf7 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Thu, 9 Apr 2020 23:30:10 -0400 Subject: [PATCH] Fix timer oversight with regards to grenades --- code/modules/assembly/timer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/assembly/timer.dm b/code/modules/assembly/timer.dm index 0f981e29f9..1bc653662b 100644 --- a/code/modules/assembly/timer.dm +++ b/code/modules/assembly/timer.dm @@ -17,7 +17,7 @@ if(!..()) return FALSE - timing = !timing + set_state(!timing) update_icon() return 0