science radio

This commit is contained in:
Fox McCloud
2019-08-16 23:58:27 -04:00
parent f9c0fd2d25
commit e2f7f6f055
3 changed files with 1 additions and 7 deletions

View File

@@ -144,11 +144,6 @@
icon_state = "cargo_cypherkey"
channels = list("Supply" = 1)
/obj/item/encryptionkey/headset_mining
name = "Mining Radio Encryption Key"
icon_state = "cargo_cypherkey"
channels = list("Supply" = 1, "Science" = 1)
/obj/item/encryptionkey/headset_service
name = "Service Radio Encryption Key"
icon_state = "srv_cypherkey"

View File

@@ -226,7 +226,6 @@
name = "mining radio headset"
desc = "Headset used by shaft miners."
icon_state = "mine_headset"
ks2type = /obj/item/encryptionkey/headset_mining
/obj/item/radio/headset/headset_service
name = "service radio headset"

View File

@@ -693,7 +693,7 @@
new /obj/item/t_scanner/adv_mining_scanner/lesser(src)
new /obj/item/storage/bag/ore(src)
new /obj/item/clothing/suit/hooded/explorer(src)
new /obj/item/encryptionkey/headset_mining(src)
new /obj/item/encryptionkey/headset_cargo(src)
new /obj/item/clothing/mask/gas/explorer(src)
new /obj/item/card/id/mining_access_card(src)
new /obj/item/gun/energy/kinetic_accelerator(src)