diff --git a/code/game/objects/items/devices/radio/encryptionkey.dm b/code/game/objects/items/devices/radio/encryptionkey.dm index 88c2553346d..d515691453d 100644 --- a/code/game/objects/items/devices/radio/encryptionkey.dm +++ b/code/game/objects/items/devices/radio/encryptionkey.dm @@ -142,7 +142,7 @@ /obj/item/encryptionkey/heads/hop name = "Head of Personnel's Encryption Key" icon_state = "hop_cypherkey" - channels = list("Supply" = 1, "Service" = 1, "Security" = 0, "Command" = 1) + channels = list("Service" = 1, "Security" = 0, "Command" = 1) /obj/item/encryptionkey/heads/qm name = "Quartermaster's Encryption Key"