From 0c942396f8d8034c4b3fefa43777a9f72a5f2dc2 Mon Sep 17 00:00:00 2001 From: BlackMajor Date: Mon, 14 Feb 2022 15:23:12 +1300 Subject: [PATCH] Update communicator.dm --- code/game/objects/items/devices/communicator/communicator.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/devices/communicator/communicator.dm b/code/game/objects/items/devices/communicator/communicator.dm index 257694e66d..188710976a 100644 --- a/code/game/objects/items/devices/communicator/communicator.dm +++ b/code/game/objects/items/devices/communicator/communicator.dm @@ -347,6 +347,7 @@ var/global/list/obj/item/device/communicator/all_communicators = list() icon = 'icons/obj/device.dmi' icon_state = "commwatch" slot_flags = SLOT_GLOVES + var/gunshot_residue //CHOMPEDIT - Fixes a bug where guns cannot be operated while wearing a watch /obj/item/device/communicator/watch/update_icon() if(video_source)