Voice trigger fixes, death acidifier typos (#24941)
* Fixed length check, added attempt event, added popups on failure * Fixed file name typo, fixed description * Converted to else-if
This commit is contained in:
@@ -2,8 +2,11 @@ examine-trigger-voice = The display reads: "{$keyphrase}"
|
||||
trigger-voice-uninitialized = The display reads: Uninitialized...
|
||||
|
||||
verb-trigger-voice-record = Record
|
||||
verb-trigger-voice-stop = Stop
|
||||
verb-trigger-voice-clear = Clear recording
|
||||
|
||||
popup-trigger-voice-start-recording = Started recording
|
||||
popup-trigger-voice-stop-recording = Stopped recording
|
||||
popup-trigger-voice-recorded = Recorded
|
||||
popup-trigger-voice-record-failed-too-long = Message too long, try again
|
||||
popup-trigger-voice-record-failed-too-short = Message too short, try again
|
||||
popup-trigger-voice-recorded = Recorded successfully
|
||||
|
||||
@@ -177,7 +177,7 @@
|
||||
range: 1.75
|
||||
energyConsumption: 50000
|
||||
disableDuration: 10
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: BaseSubdermalImplant
|
||||
id: ScramImplant
|
||||
@@ -210,7 +210,7 @@
|
||||
parent: BaseSubdermalImplant
|
||||
id: MicroBombImplant
|
||||
name: micro-bomb implant
|
||||
description: This implant detonates the user upon death.
|
||||
description: This implant detonates the user upon activation or upon death.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: SubdermalImplant
|
||||
|
||||
Reference in New Issue
Block a user