Skip to content

Commit

Permalink
Fix: Female Poison And Burned Sound Effects Use Chinese Male Sound Fi…
Browse files Browse the repository at this point in the history
…les (#1010)
  • Loading branch information
commy2 authored Aug 28, 2022
1 parent be8534c commit 98093b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/FXList.ini
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ End
; ----------------------------------------------
FXList FX_DieByFireFemale
Sound
Name = DieByFireChina
Name = DieByFireFemale ; Patch104p @bugfix commy2 28/08/2022 Fix female effect using male sound files.
End
End

; ----------------------------------------------
FXList FX_DieByToxinFemale
Sound
Name = DieByToxinChina
Name = DieByToxinFemale ; Patch104p @bugfix commy2 28/08/2022 Fix female effect using male sound files.
End
End

Expand Down
3 changes: 2 additions & 1 deletion Patch104pZH/GameFilesEdited/Data/INI/SoundEffects.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4243,8 +4243,9 @@ AudioEvent DieByToxinChina
Type = world shrouded everyone
End

; Patch104p @feature commy2 28/08/2022 Added previously unused 'idiftoxe' sound.
AudioEvent DieByToxinFemale
Sounds = idiftoxa idiftoxb idiftoxc idiftoxd
Sounds = idiftoxa idiftoxb idiftoxc idiftoxd idiftoxe
Control = random
Volume = 90
Limit = 3
Expand Down

0 comments on commit 98093b8

Please sign in to comment.