Changing sex now properly updates sounds. (#37405)
Load sounds based on new sex in event.
This commit is contained in:
@@ -49,7 +49,7 @@ public sealed class VocalSystem : EntitySystem
|
||||
|
||||
private void OnSexChanged(EntityUid uid, VocalComponent component, SexChangedEvent args)
|
||||
{
|
||||
LoadSounds(uid, component);
|
||||
LoadSounds(uid, component, args.NewSex);
|
||||
}
|
||||
|
||||
private void OnEmote(EntityUid uid, VocalComponent component, ref EmoteEvent args)
|
||||
|
||||
Reference in New Issue
Block a user