diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-08-16 17:52:04 -0700 |
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-08-16 17:52:04 -0700 |
| commit | df7fffdc136cbd5439811a68005be9619c0647c7 (patch) | |
| tree | f5d3b0eba679ee84433a31e451c01ecfc0324269 | |
| parent | Reduce volume of chemical spray gun. (diff) | |
| download | cataclysm-dda-soundpack_jcsoundpack-df7fffdc136cbd5439811a68005be9619c0647c7.tar.xz | |
Another ogg -> wav fix.
| -rw-r--r-- | player.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/player.json b/player.json index 112861e..b906e0d 100644 --- a/player.json +++ b/player.json @@ -275,9 +275,9 @@ "variant" : "cough", "volume" : 70, "files" : [ - "player/other/coughing_1.ogg", - "player/other/coughing_2.ogg", - "player/other/coughing_3.ogg" + "player/other/coughing_1.wav", + "player/other/coughing_2.wav", + "player/other/coughing_3.wav" ] }, { |
