Merge pull request #8755 from Greenjoe12345/commphone

Sleek Communicator
This commit is contained in:
Spookerton
2022-10-24 22:32:18 +01:00
committed by GitHub
3 changed files with 31 additions and 7 deletions

View File

@@ -32,11 +32,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/codex
display_name = "the traveler's guide to vir"