Spell Check - Encryption Keys (#19789)

Fixes the spelling of the operations manager radio key's name.
Fixes the spelling in the bluespace encryption key's description.
This commit is contained in:
courierbravo
2024-08-18 13:03:38 +00:00
committed by GitHub
parent 2d59396925
commit 8fba809b07
2 changed files with 61 additions and 2 deletions
@@ -87,7 +87,7 @@
/obj/item/device/encryptionkey/bluespace
name = "bluespace encryption key"
desc = "A non-sensical mimickry of a standard encryption key, in the form of an elongated bluespace crystal. It seems to function."
desc = "A nonsensical mimicry of a standard encryption key, in the form of an elongated bluespace crystal. It seems to function."
icon_state = "bs_cyperkey"
additional_channels = list(CHANNEL_BLUESPACE = TRUE)
origin_tech = list(TECH_BLUESPACE = 3)
@@ -197,7 +197,7 @@
channels = list(CHANNEL_SUPPLY = TRUE, CHANNEL_HAILING = TRUE)
/obj/item/device/encryptionkey/headset_operations_manager
name = "operations managaer radio encryption key"
name = "operations manager radio encryption key"
icon_state = "cargo_cypherkey"
channels = list(CHANNEL_COMMAND = TRUE, CHANNEL_SUPPLY = TRUE, CHANNEL_HAILING = TRUE)