Adds a sound effect to health analyzers (#13425)
This commit is contained in:
@@ -141,6 +141,8 @@
|
||||
state: pda-internmed
|
||||
- type: HealthAnalyzer
|
||||
scanDelay: 1.4
|
||||
scanningEndSound:
|
||||
path: "/Audio/Items/Medical/healthscanner.ogg"
|
||||
|
||||
- type: entity
|
||||
parent: BasePDA
|
||||
@@ -493,6 +495,8 @@
|
||||
state: pda-cmo
|
||||
- type: HealthAnalyzer
|
||||
scanDelay: 1
|
||||
scanningEndSound:
|
||||
path: "/Audio/Items/Medical/healthscanner.ogg"
|
||||
|
||||
- type: entity
|
||||
parent: BasePDA
|
||||
@@ -513,6 +517,8 @@
|
||||
state: pda-medical
|
||||
- type: HealthAnalyzer
|
||||
scanDelay: 1.2
|
||||
scanningEndSound:
|
||||
path: "/Audio/Items/Medical/healthscanner.ogg"
|
||||
|
||||
- type: entity
|
||||
parent: BasePDA
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
- key: enum.HealthAnalyzerUiKey.Key
|
||||
type: HealthAnalyzerBoundUserInterface
|
||||
- type: HealthAnalyzer
|
||||
scanningEndSound:
|
||||
path: "/Audio/Items/Medical/healthscanner.ogg"
|
||||
- type: Tag
|
||||
tags:
|
||||
- DiscreteHealthAnalyzer
|
||||
|
||||
Reference in New Issue
Block a user