mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
adds supply & service encryption keys (#12119)
Co-authored-by: TheGreyWolf <mc-casper@hotmail.dk>
This commit is contained in:
co-authored by
TheGreyWolf
parent
cf6f9febd7
commit
a43fe7005f
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user