Merge pull request #3679 from BlackMajor/patch-13

Fixes communicator watches breaking gun reloading
This commit is contained in:
Razgriz
2022-02-13 21:48:07 -07:00
committed by GitHub
@@ -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)