Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Nukie announcements more versatile #2208

Merged
merged 4 commits into from
Nov 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Content.Server/NukeOps/WarDeclaratorComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public sealed partial class WarDeclaratorComponent : Component
/// War declaration sound file path
/// </summary>
[DataField]
public SoundSpecifier Sound = new SoundPathSpecifier("/Audio/Announcements/war.ogg");
public SoundSpecifier Sound = new SoundPathSpecifier("/Audio/Announcements/Alerts/code_red.ogg"); // Delta-V
Samsterious marked this conversation as resolved.
Show resolved Hide resolved

/// <summary>
/// Fluent ID for the declaration sender title
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ comms-console-announcement-unknown-sender = Unknown
# Comms console variant titles
comms-console-announcement-title-station = Communications Console
comms-console-announcement-title-centcom = Central Command
comms-console-announcement-title-nukie = Syndicate Nuclear Operative
# Delta-V:
# comms-console-announcement-title-nukie = Syndicate Nuclear Operative
comms-console-announcement-title-nukie = Unauthorized
Samsterious marked this conversation as resolved.
Show resolved Hide resolved
comms-console-announcement-title-station-ai = Station AI
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@
color: "#ff0000"
canShuttle: false
global: true #announce to everyone they're about to fuck shit up
sound: /Audio/Announcements/war.ogg
sound: /Audio/Announcements/intercept.ogg # Delta-V
Samsterious marked this conversation as resolved.
Show resolved Hide resolved
- type: Computer
board: SyndicateCommsComputerCircuitboard
- type: PointLight
Expand Down
Loading