diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-06-25 22:09:03 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-06-25 22:09:03 -0700 |
commit | 58d83eb06ba4bfb64c14894eef0e3a5fb5d0e10c (patch) | |
tree | e736ae1020b832eeac0374e462b4f73eb7e65304 /furniture-rural.json | |
parent | Add sound references for the MP7A1. (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-58d83eb06ba4bfb64c14894eef0e3a5fb5d0e10c.tar.xz |
Fix duplicate entries for f_hay that are actually f_woodchips.
Diffstat (limited to 'furniture-rural.json')
-rw-r--r-- | furniture-rural.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/furniture-rural.json b/furniture-rural.json index 23da9b2..dd105f5 100644 --- a/furniture-rural.json +++ b/furniture-rural.json @@ -38,7 +38,7 @@ { "type": "sound_effect", "id": "smash_fail", - "variant": "f_hay", + "variant": "f_woodchips", "volume": 50, "files": [ "terrain/wood/hit_wooden_1.ogg", @@ -56,7 +56,7 @@ { "type": "sound_effect", "id": "smash_success", - "variant": "f_hay", + "variant": "f_woodchips", "volume": 50, "files": [ "terrain/wood/crash_wooden_1.ogg", |