mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-01 04:52:39 +00:00
Merge pull request #8755 from Greenjoe12345/commphone
Sleek Communicator
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user