mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Let women's voices be heard!
This commit is contained in:
parent
913eda4b7f
commit
0fe4bea421
@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Merchants will flog their wares in towns, encouraging nearby character to buy goods from them
|
||||
- NPCs will now tell you about nearby towns and how to visit them
|
||||
- NPCs will migrate to new towns if they are dissatisfied with their current town
|
||||
- Female humanoids now have a greeting sound effect
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -1403,6 +1403,12 @@
|
||||
],
|
||||
threshold: 1.0,
|
||||
),
|
||||
Utterance(Greeting, HumanFemale): (
|
||||
files: [
|
||||
"voxygen.audio.sfx.utterance.humanfemale_greeting1",
|
||||
],
|
||||
threshold: 1.0,
|
||||
),
|
||||
Utterance(Hurt, Adlet): (
|
||||
files: [
|
||||
"voxygen.audio.sfx.utterance.adlet_hurt1",
|
||||
|
BIN
assets/voxygen/audio/sfx/utterance/humanfemale_greeting1.ogg
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/audio/sfx/utterance/humanfemale_greeting1.ogg
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user