diff --git a/code/game/objects/items/devices/radio/encryptionkey.dm b/code/game/objects/items/devices/radio/encryptionkey.dm index 0251e6852f..2d3d869676 100644 --- a/code/game/objects/items/devices/radio/encryptionkey.dm +++ b/code/game/objects/items/devices/radio/encryptionkey.dm @@ -94,13 +94,11 @@ icon_state = "cmo_cypherkey" channels = list("Medical" = 1, "Command" = 1) -/*CITADEL CHANGE - comments this out to be overridden in modular_citadel /obj/item/device/encryptionkey/heads/hop name = "\proper the head of personnel's encryption key" desc = "An encryption key for a radio headset. Channels are as follows: :u - supply, :v - service, :c - command." icon_state = "hop_cypherkey" channels = list("Supply" = 1, "Service" = 1, "Command" = 1) -*/ /obj/item/device/encryptionkey/headset_cargo name = "supply radio encryption key" diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm index 823b932e89..1362721e1d 100644 --- a/code/game/objects/items/devices/radio/headset.dm +++ b/code/game/objects/items/devices/radio/headset.dm @@ -163,13 +163,11 @@ icon_state = "com_headset" keyslot = new /obj/item/device/encryptionkey/heads/cmo -/*CITADEL CHANGE - comments this out to be overridden in modular_citadel /obj/item/device/radio/headset/heads/hop name = "\proper the head of personnel's headset" desc = "The headset of the guy who will one day be captain.\nChannels are as follows: :u - supply, :v - service, :c - command." icon_state = "com_headset" keyslot = new /obj/item/device/encryptionkey/heads/hop -*/ /obj/item/device/radio/headset/headset_cargo name = "supply radio headset" diff --git a/modular_citadel/code/game/objects/items/devices/radio/encryptionkey.dm b/modular_citadel/code/game/objects/items/devices/radio/encryptionkey.dm index 875d32c5b3..840883e450 100644 --- a/modular_citadel/code/game/objects/items/devices/radio/encryptionkey.dm +++ b/modular_citadel/code/game/objects/items/devices/radio/encryptionkey.dm @@ -5,8 +5,6 @@ channels = list("Supply" = 1, "Command" = 1) /obj/item/device/encryptionkey/heads/hop - name = "\proper the head of personnel's encryption key" desc = "An encryption key for a radio headset. Channels are as follows: :v - service, :c - command." - icon_state = "hop_cypherkey" channels = list("Service" = 1, "Command" = 1) diff --git a/modular_citadel/code/game/objects/items/devices/radio/headset.dm b/modular_citadel/code/game/objects/items/devices/radio/headset.dm index 279898b54e..874e6f8301 100644 --- a/modular_citadel/code/game/objects/items/devices/radio/headset.dm +++ b/modular_citadel/code/game/objects/items/devices/radio/headset.dm @@ -5,8 +5,6 @@ keyslot = new /obj/item/device/encryptionkey/heads/qm /obj/item/device/radio/headset/heads/hop - name = "\proper the head of personnel's headset" desc = "The headset of the guy who will one day be captain.\nChannels are as follows: :v - service, :c - command." - icon_state = "com_headset" keyslot = new /obj/item/device/encryptionkey/heads/hop