diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-03 10:25:49 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-03 10:25:49 -0800 |
commit | be0f13a477b55a4e6849c5ad2eb485d93475ce1a (patch) | |
tree | 3af17f5d30be4e870d19a5ea804646d6afc0fd5e | |
parent | Remove dog sound 1. It just wasn't fitting the situation. (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-be0f13a477b55a4e6849c5ad2eb485d93475ce1a.tar.xz |
Remove f_floor_canvas as it appears to be merely a legacy alias to the punching bag.
-rw-r--r-- | furniture-recreation.json | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/furniture-recreation.json b/furniture-recreation.json index 9970118..72ebc55 100644 --- a/furniture-recreation.json +++ b/furniture-recreation.json @@ -362,42 +362,6 @@ { "type": "sound_effect", "id": "smash_fail", - "variant": "f_floor_canvas", - "volume": 50, - "files": [ - "terrain/cloth/hit_cloth_1.ogg", - "terrain/cloth/hit_cloth_2.ogg", - "terrain/cloth/hit_cloth_3.ogg", - "terrain/cloth/hit_cloth_4.ogg", - "terrain/cloth/hit_cloth_5.ogg", - "terrain/cloth/hit_cloth_6.ogg", - "terrain/cloth/hit_cloth_7.ogg", - "terrain/cloth/hit_cloth_8.ogg", - "terrain/cloth/hit_cloth_9.ogg", - "terrain/cloth/hit_cloth_10.ogg" - ] - }, - { - "type": "sound_effect", - "id": "smash_success", - "variant": "f_floor_canvas", - "volume": 50, - "files": [ - "terrain/cloth/smash_cloth_1.ogg", - "terrain/cloth/smash_cloth_2.ogg", - "terrain/cloth/smash_cloth_3.ogg", - "terrain/cloth/smash_cloth_4.ogg", - "terrain/cloth/smash_cloth_5.ogg", - "terrain/cloth/smash_cloth_6.ogg", - "terrain/cloth/smash_cloth_7.ogg", - "terrain/cloth/smash_cloth_8.ogg", - "terrain/cloth/smash_cloth_9.ogg", - "terrain/cloth/smash_cloth_10.ogg" - ] - }, - { - "type": "sound_effect", - "id": "smash_fail", "variant": "f_piano", "volume": 50, "files": [ |