diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-22 05:19:35 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-22 05:19:35 -0700 |
commit | f8d8c8c5bd583d2e68011758b81c937e5e4554fc (patch) | |
tree | 6e351c088bca614913ff2dea119589f0e64124f0 | |
parent | Add smash sounds for IV poles (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-f8d8c8c5bd583d2e68011758b81c937e5e4554fc.tar.xz |
Fix accidently using 10 plastic smash sounds, when there are actually only 5
-rw-r--r-- | furniture_effects.json | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/furniture_effects.json b/furniture_effects.json index 5080e42..eee8f0e 100644 --- a/furniture_effects.json +++ b/furniture_effects.json @@ -5483,12 +5483,7 @@ "terrain/plastic/smash_plastic_2.ogg", "terrain/plastic/smash_plastic_3.ogg", "terrain/plastic/smash_plastic_4.ogg", - "terrain/plastic/smash_plastic_5.ogg", - "terrain/plastic/smash_plastic_6.ogg", - "terrain/plastic/smash_plastic_7.ogg", - "terrain/plastic/smash_plastic_8.ogg", - "terrain/plastic/smash_plastic_9.ogg", - "terrain/plastic/smash_plastic_10.ogg" + "terrain/plastic/smash_plastic_5.ogg" ] }, { @@ -5532,12 +5527,7 @@ "terrain/plastic/smash_plastic_2.ogg", "terrain/plastic/smash_plastic_3.ogg", "terrain/plastic/smash_plastic_4.ogg", - "terrain/plastic/smash_plastic_5.ogg", - "terrain/plastic/smash_plastic_6.ogg", - "terrain/plastic/smash_plastic_7.ogg", - "terrain/plastic/smash_plastic_8.ogg", - "terrain/plastic/smash_plastic_9.ogg", - "terrain/plastic/smash_plastic_10.ogg" + "terrain/plastic/smash_plastic_5.ogg" ] }, { |