diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-10 12:35:22 -0800 |
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-10 12:35:22 -0800 |
| commit | 99f14aba887c336f606e1841264c606966380327 (patch) | |
| tree | 2e3ce9d546120831f2cf5e397ab180ad999d845a | |
| parent | Still more ogg -> wav fixes. (diff) | |
| download | cataclysm-dda-soundpack_jcsoundpack-99f14aba887c336f606e1841264c606966380327.tar.xz | |
Remove invalid smash_dirt 6-10
| -rw-r--r-- | furniture-terrains.json | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/furniture-terrains.json b/furniture-terrains.json index c01f015..3cccc7d 100644 --- a/furniture-terrains.json +++ b/furniture-terrains.json @@ -929,12 +929,7 @@ "terrain/other/smash_dirt_2.ogg", "terrain/other/smash_dirt_3.ogg", "terrain/other/smash_dirt_4.ogg", - "terrain/other/smash_dirt_5.ogg", - "terrain/other/smash_dirt_6.ogg", - "terrain/other/smash_dirt_7.ogg", - "terrain/other/smash_dirt_8.ogg", - "terrain/other/smash_dirt_9.ogg", - "terrain/other/smash_dirt_10.ogg" + "terrain/other/smash_dirt_5.ogg" ] }, { @@ -1001,13 +996,7 @@ "terrain/other/smash_dirt_2.ogg", "terrain/other/smash_dirt_3.ogg", "terrain/other/smash_dirt_4.ogg", - "terrain/other/smash_dirt_5.ogg", - "terrain/other/smash_dirt_6.ogg", - "terrain/other/smash_dirt_7.ogg", - "terrain/other/smash_dirt_8.ogg", - "terrain/other/smash_dirt_9.ogg", - "terrain/other/smash_dirt_10.ogg" - ] + "terrain/other/smash_dirt_5.ogg" }, { "type": "sound_effect", |
