Merge pull request #10268 from Ghommie/Ghommie-cit487

Effectively removes the old unused roboticist encryption key and headset.
This commit is contained in:
Lin
2019-12-28 00:08:24 +00:00
committed by GitHub
3 changed files with 0 additions and 12 deletions

View File

@@ -44,11 +44,6 @@
icon_state = "eng_cypherkey" icon_state = "eng_cypherkey"
channels = list(RADIO_CHANNEL_ENGINEERING = 1) channels = list(RADIO_CHANNEL_ENGINEERING = 1)
/obj/item/encryptionkey/headset_rob
name = "robotics radio encryption key"
icon_state = "rob_cypherkey"
channels = list(RADIO_CHANNEL_SCIENCE = 1, RADIO_CHANNEL_ENGINEERING = 1)
/obj/item/encryptionkey/headset_med /obj/item/encryptionkey/headset_med
name = "medical radio encryption key" name = "medical radio encryption key"
icon_state = "med_cypherkey" icon_state = "med_cypherkey"

View File

@@ -123,12 +123,6 @@ GLOBAL_LIST_INIT(channel_tokens, list(
icon_state = "eng_headset" icon_state = "eng_headset"
keyslot = new /obj/item/encryptionkey/headset_eng keyslot = new /obj/item/encryptionkey/headset_eng
/obj/item/radio/headset/headset_rob
name = "robotics radio headset"
desc = "Made specifically for the roboticists, who cannot decide between departments."
icon_state = "rob_headset"
keyslot = new /obj/item/encryptionkey/headset_rob
/obj/item/radio/headset/headset_med /obj/item/radio/headset/headset_med
name = "medical radio headset" name = "medical radio headset"
desc = "A headset for the trained staff of the medbay." desc = "A headset for the trained staff of the medbay."

View File

@@ -135,7 +135,6 @@
/obj/item/clothing/gloves/fingerless = 3, /obj/item/clothing/gloves/fingerless = 3,
/obj/item/clothing/head/soft/black = 3, /obj/item/clothing/head/soft/black = 3,
/obj/item/clothing/mask/bandana/skull = 2) /obj/item/clothing/mask/bandana/skull = 2)
premium = list(/obj/item/radio/headset/headset_rob = 2) //Cit change
contraband = list(/obj/item/clothing/suit/hooded/techpriest = 2) contraband = list(/obj/item/clothing/suit/hooded/techpriest = 2)
refill_canister = /obj/item/vending_refill/wardrobe/robo_wardrobe refill_canister = /obj/item/vending_refill/wardrobe/robo_wardrobe