mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 14:47:50 +01:00
Merge pull request #3679 from BlackMajor/patch-13
Fixes communicator watches breaking gun reloading
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user