Merge pull request #7399 from SamHPurp/shrinks-encryption-keys

Classes encryption keys as 'small' items
This commit is contained in:
Fox McCloud
2017-05-29 16:30:21 -04:00
committed by GitHub
@@ -5,6 +5,7 @@
icon = 'icons/obj/radio.dmi'
icon_state = "cypherkey"
item_state = ""
w_class = WEIGHT_CLASS_TINY
var/translate_binary = 0
var/translate_hive = 0
var/syndie = 0
@@ -147,4 +148,4 @@
name = "AI Integrated Encryption Key"
desc = "Integrated encryption key"
icon_state = "cap_cypherkey"
channels = list("Command" = 1, "Security" = 1, "Engineering" = 1, "Science" = 1, "Medical" = 1, "Supply" = 1, "Service" = 1, "AI Private" = 1)
channels = list("Command" = 1, "Security" = 1, "Engineering" = 1, "Science" = 1, "Medical" = 1, "Supply" = 1, "Service" = 1, "AI Private" = 1)