Sleepers no longer have an annoucement (#6066)
* Sleepers no longer have an annoucement. * NT sleepers too.
This commit is contained in:
parent
cb3b74e49e
commit
4f49ccde68
|
|
@ -676,14 +676,14 @@
|
|||
weight: 5 # DeltaV - Was 8 now 5
|
||||
minimumPlayers: 15
|
||||
maxOccurrences: 1 # can only happen once per round
|
||||
startAnnouncement: station-event-communication-interception
|
||||
startAudio:
|
||||
path: /Audio/_DV/Announcements/attention.ogg # DeltaV - Use the generic announcement sound
|
||||
#startAnnouncement: station-event-communication-interception # DeltaV - Silent Sleepers
|
||||
#startAudio:
|
||||
# path: /Audio/_DV/Announcements/attention.ogg # DeltaV - Use the generic announcement sound
|
||||
duration: null # the rule has to last the whole round not 1 second
|
||||
occursDuringRoundEnd: false
|
||||
- type: PrecognitionResult # DeltaV - Precogniton
|
||||
message: psionic-power-precognition-sleeper-agents-result-message
|
||||
- type: AlertLevelInterceptionRule
|
||||
#- type: AlertLevelInterceptionRule # DeltaV - Silent Sleepers
|
||||
- type: AntagSelection
|
||||
definitions:
|
||||
- prefRoles: [ TraitorSleeper ]
|
||||
|
|
|
|||
|
|
@ -430,12 +430,8 @@
|
|||
minimumPlayers: 25
|
||||
weight: 3
|
||||
maxOccurrences: 1
|
||||
startAnnouncement: station-event-communication-interception
|
||||
startAudio:
|
||||
path: /Audio/_DV/Announcements/attention.ogg
|
||||
duration: null
|
||||
occursDuringRoundEnd: false
|
||||
- type: AlertLevelInterceptionRule
|
||||
- type: AntagRandomObjectives
|
||||
sets:
|
||||
- groups: NTAgentObjectiveGroup
|
||||
|
|
|
|||
Loading…
Reference in New Issue