11 lines
450 B
Plaintext
11 lines
450 B
Plaintext
/obj/item/encryptionkey/heads/qm
|
|
name = "\proper the quartermaster's encryption key"
|
|
desc = "An encryption key for a radio headset. Channels are as follows: :u - supply, :c - command."
|
|
icon_state = "hop_cypherkey"
|
|
channels = list("Supply" = 1, "Command" = 1)
|
|
|
|
/obj/item/encryptionkey/heads/hop
|
|
desc = "An encryption key for a radio headset. Channels are as follows: :v - service, :c - command."
|
|
channels = list("Service" = 1, "Command" = 1)
|
|
|