Skip to content

Commit

Permalink
Make Nukie announcements more versatile (#2208)
Browse files Browse the repository at this point in the history
* Make Nukie announcements more versatile

* Partially revert "Make Nukie announcements more versatile"

This reverts commit ab764aa.

* Address requested changes in #2208

* Address requested changes in #2208, second pass
  • Loading branch information
Samsterious authored Nov 24, 2024
1 parent 796b1d6 commit e1b3c8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
comms-console-announcement-title-unauthorized = Unauthorized
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
type: WarDeclaratorBoundUserInterface
- type: WarDeclarator
message: war-declarator-default-message
sound: /Audio/Announcements/Alerts/code_red.ogg # DeltaV
- type: AccessReader
access: [["NuclearOperative"]]
Original file line number Diff line number Diff line change
Expand Up @@ -666,11 +666,11 @@
- type: AccessReader
access: [[ "NuclearOperative" ]]
- type: CommunicationsConsole
title: comms-console-announcement-title-nukie
title: comms-console-announcement-title-unauthorized # DeltaV
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 # DeltaV
- type: Computer
board: SyndicateCommsComputerCircuitboard
- type: PointLight
Expand Down

0 comments on commit e1b3c8a

Please sign in to comment.