Make Nukie announcements more versatile (#2208)
* Make Nukie announcements more versatile
* Partially revert "Make Nukie announcements more versatile"
This reverts commit ab764aa165.
* Address requested changes in #2208
* Address requested changes in #2208, second pass
This commit is contained in:
parent
796b1d67b6
commit
e1b3c8ae96
|
|
@ -0,0 +1 @@
|
|||
comms-console-announcement-title-unauthorized = Unauthorized
|
||||
|
|
@ -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"]]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue