commphone

This commit is contained in:
Greenjoe12345
2022-10-16 02:03:40 +01:00
parent a0f9c2b78b
commit 339ff459ca
3 changed files with 31 additions and 7 deletions
@@ -20,11 +20,11 @@
/datum/gear/utility/communicator/New()
..()
var/list/communicators = list()
for(var/communicator in typesof(/obj/item/communicator) - list(/obj/item/communicator/integrated))
var/obj/item/communicator_type = communicator
communicators[initial(communicator_type.name)] = communicator_type
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(communicators))
var/commtype = list()
commtype["communicator"] = /obj/item/communicator
commtype["communicator, watch"] = /obj/item/communicator/watch
commtype["communicator, sleek"] = /obj/item/communicator/sleek
gear_tweaks += new/datum/gear_tweak/path(commtype)
/datum/gear/utility/camera
display_name = "camera"