Skip to content

Commit

Permalink
Remove HoP from Supply radio frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
NotSoWizard authored and Vladisvell committed Apr 9, 2024
1 parent 5e1d6e1 commit c064ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/radio/encryptionkey.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c064ce2

Please sign in to comment.