adds supply & service encryption keys (#12119)

Co-authored-by: TheGreyWolf <mc-casper@hotmail.dk>
This commit is contained in:
Casper3667
2021-07-03 21:50:56 +02:00
committed by GitHub
co-authored by TheGreyWolf
parent cf6f9febd7
commit a43fe7005f
3 changed files with 23 additions and 2 deletions
@@ -182,6 +182,13 @@
name = "spare science radio encryption key"
additional_channels = list(CHANNEL_SCIENCE = TRUE)
/obj/item/device/encryptionkey/cargo_spare
name = "spare supply radio encryption key"
additional_channels = list(CHANNEL_SUPPLY = TRUE)
/obj/item/device/encryptionkey/service_spare
name = "spare service radio encryption key"
additional_channels = list(CHANNEL_SERVICE = TRUE)
// Encryption Key Pouch
/obj/item/storage/box/fancy/keypouch
@@ -212,4 +219,10 @@
starts_with = list(/obj/item/device/encryptionkey/sec_spare = 3)
/obj/item/storage/box/fancy/keypouch/sci
starts_with = list(/obj/item/device/encryptionkey/sci_spare = 3)
starts_with = list(/obj/item/device/encryptionkey/sci_spare = 3)
/obj/item/storage/box/fancy/keypouch/cargo
starts_with = list(/obj/item/device/encryptionkey/cargo_spare = 3)
/obj/item/storage/box/fancy/keypouch/service
starts_with = list(/obj/item/device/encryptionkey/service_spare = 3)