diff --git a/Content.Server/_NF/Smuggling/DeadDropSystem.cs b/Content.Server/_NF/Smuggling/DeadDropSystem.cs index 18635047f02..c7f3c704766 100644 --- a/Content.Server/_NF/Smuggling/DeadDropSystem.cs +++ b/Content.Server/_NF/Smuggling/DeadDropSystem.cs @@ -102,7 +102,7 @@ private void SendDeadDrop(EntityUid uid, DeadDropComponent component, EntityUid } //tattle on the smuggler here, but obfuscate it a bit if possible to just the grid it was summoned from. - var channel = _prototypeManager.Index("Security"); + var channel = _prototypeManager.Index("NFSD"); var sender = Transform(user).GridUid ?? uid; _radio.SendRadioMessage(sender, Loc.GetString("deaddrop-security-report"), channel, uid); diff --git a/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml b/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml index af0d125c307..5186c548b04 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml @@ -102,7 +102,7 @@ - Critical - Dead - type: Rattle - radioChannel: "Security" + radioChannel: "NFSD" #Traitor implants diff --git a/Resources/Prototypes/_NF/radio_channels.yml b/Resources/Prototypes/_NF/radio_channels.yml index 74a83de9f6d..3dfb8a50138 100644 --- a/Resources/Prototypes/_NF/radio_channels.yml +++ b/Resources/Prototypes/_NF/radio_channels.yml @@ -10,4 +10,4 @@ name: chat-radio-nfsd keycode: 's' frequency: 1023 - color: "#7eac69" + color: "#fffdd0"