Fix sloshing electricity & enable SpeechVerb masking (#24238)
* Implemented electricity speech verb masking * Handle speech verb override elsewhere in the system, even though we're not using it * Fix that protoId business * No nullable component fields * Use ProtoId, and try going back to a nullable. Specifiy DataFields on VoiceMaskComponent.
This commit is contained in:
@@ -66,6 +66,8 @@ public sealed partial class VoiceMaskSystem : EntitySystem
|
||||
*/
|
||||
|
||||
args.Name = component.VoiceName;
|
||||
if (component.SpeechVerb != null)
|
||||
args.SpeechVerb = component.SpeechVerb;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user