Merge pull request #3570 from Belsima/master

Enables unused cypherkey sprites.
This commit is contained in:
Anewbe
2017-07-08 14:48:02 -05:00
committed by GitHub

View File

@@ -14,7 +14,7 @@
/obj/item/device/encryptionkey/attackby(obj/item/weapon/W as obj, mob/user as mob)
/obj/item/device/encryptionkey/syndicate
icon_state = "cypherkey"
icon_state = "syn_cypherkey"
channels = list("Mercenary" = 1)
origin_tech = list(TECH_ILLEGAL = 3)
syndie = 1//Signifies that it de-crypts Syndicate transmissions
@@ -26,7 +26,7 @@
syndie = 1
/obj/item/device/encryptionkey/binary
icon_state = "cypherkey"
icon_state = "bin_cypherkey"
translate_binary = 1
origin_tech = list(TECH_ILLEGAL = 3)
@@ -123,4 +123,5 @@
/obj/item/device/encryptionkey/ert
name = "\improper ERT radio encryption key"
icon_state = "cent_cypherkey"
channels = list("Response Team" = 1, "Science" = 1, "Command" = 1, "Medical" = 1, "Engineering" = 1, "Security" = 1, "Supply" = 1, "Service" = 1)