Brings Communicators further in line with DPAs

Allows mounting Comm watches to the belt and ID slot just like the regular communicator (just like the wrist mounted PDA)
This commit is contained in:
Sharkmare
2023-03-19 20:45:59 +01:00
committed by GitHub
parent e8e59fdb25
commit 41e8e1fa4b

View File

@@ -460,7 +460,7 @@ var/global/list/obj/item/device/communicator/all_communicators = list()
communications across different stations, planets, or even star systems. You can wear this one on your wrist!"
icon = 'icons/obj/device.dmi'
icon_state = "commwatch"
slot_flags = SLOT_GLOVES
slot_flags = SLOT_GLOVES | SLOT_ID | SLOT_BELT
var/gunshot_residue //CHOMPEDIT - Fixes a bug where guns cannot be operated while wearing a watch
/obj/item/device/communicator/watch/update_icon()