diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-18 15:54:39 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-18 15:54:39 -0800 |
commit | 6b5c2714eb01efe3507c17035c4122d03cb504a9 (patch) | |
tree | b653a7e5fde841aa65aa79d8f8781073ba1cae16 /Mods | |
parent | Extraneous newline. (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-6b5c2714eb01efe3507c17035c4122d03cb504a9.tar.xz |
Add missing generic smash sounds. (Fixes smashing tents)
Fix t_floor_paper being listed as t_paper.
Clear out the tabs for spaces.
Diffstat (limited to 'Mods')
-rw-r--r-- | Mods/jc_mods/vamp_stuff/spells.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Mods/jc_mods/vamp_stuff/spells.json b/Mods/jc_mods/vamp_stuff/spells.json deleted file mode 100644 index 5b5f2d8..0000000 --- a/Mods/jc_mods/vamp_stuff/spells.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "type": "sound_effect", - "id": "misc", - "volume": 100, - "variant": "t2_blood_bloodsting", - "files": [ - "guns/45/45_1.ogg", - "guns/45/45_2.ogg", - "guns/45/45_3.ogg", - "guns/45/45_4.ogg", - "guns/45/45_5.ogg", - "guns/45/45_6.ogg", - "guns/45/45_7.ogg", - "guns/45/45_8.ogg" - ] - } -] |