Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
fix NFSD announcements (new-frontiers-14#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leander-0 authored Apr 10, 2024
1 parent d25285f commit 26e3656
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Content.Server/_NF/Smuggling/DeadDropSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<RadioChannelPrototype>("Security");
var channel = _prototypeManager.Index<RadioChannelPrototype>("NFSD");
var sender = Transform(user).GridUid ?? uid;

_radio.SendRadioMessage(sender, Loc.GetString("deaddrop-security-report"), channel, uid);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
- Critical
- Dead
- type: Rattle
radioChannel: "Security"
radioChannel: "NFSD"

#Traitor implants

Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/radio_channels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
name: chat-radio-nfsd
keycode: 's'
frequency: 1023
color: "#7eac69"
color: "#fffdd0"

0 comments on commit 26e3656

Please sign in to comment.