QM is now a Head of Staff, everyone rejoice

This commit is contained in:
Chayse Ramsay
2018-02-12 01:52:33 +00:00
parent f774a07833
commit a1116f6dc8
13 changed files with 110 additions and 4 deletions
@@ -0,0 +1,12 @@
/obj/item/device/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/device/encryptionkey/heads/hop
name = "\proper the head of personnel's encryption key"
desc = "An encryption key for a radio headset. Channels are as follows: :v - service, :c - command."
icon_state = "hop_cypherkey"
channels = list("Service" = 1, "Command" = 1)
@@ -0,0 +1,12 @@
/obj/item/device/radio/headset/heads/qm
name = "\proper the quartermaster's headset"
desc = "The headset of the king (or queen) of paperwork.\nChannels are as follows: :u - supply, :c - command."
icon_state = "com_headset"
keyslot = new /obj/item/device/encryptionkey/heads/qm
/obj/item/device/radio/headset/heads/hop
name = "\proper the head of personnel's headset"
desc = "The headset of the guy who will one day be captain.\nChannels are as follows: :v - service, :c - command."
icon_state = "com_headset"
keyslot = new /obj/item/device/encryptionkey/heads/hop
@@ -0,0 +1,5 @@
/obj/structure/closet/secure_closet/quartermaster/PopulateContents()
..()
new /obj/item/device/radio/headset/heads/qm(src)