mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user