diff --git a/objects/SoundCube.3c988f.json b/objects/SoundCube.3c988f.json index 3c9fdf6f..c518fcb6 100644 --- a/objects/SoundCube.3c988f.json +++ b/objects/SoundCube.3c988f.json @@ -12,7 +12,7 @@ }, "CustomAssetbundle": { "AssetbundleSecondaryURL": "", - "AssetbundleURL": "http://cloud-3.steamusercontent.com/ugc/2037356539985233174/FB2785745105BDFB2903346BEA6D090B7A4609AC/", + "AssetbundleURL": "http://cloud-3.steamusercontent.com/ugc/2037357792047851922/4D45FF1CA6F765ED1BCE935567BE88DED2AC5710/", "LoopingEffectIndex": 0, "MaterialIndex": 2, "TypeIndex": 0 diff --git a/src/core/SoundCubeApi.ttslua b/src/core/SoundCubeApi.ttslua index 61883ac7..dfe8e149 100644 --- a/src/core/SoundCubeApi.ttslua +++ b/src/core/SoundCubeApi.ttslua @@ -4,7 +4,8 @@ do -- this table links the name of a trigger effect to its index local soundIndices = { ["Vacuum"] = 0, - ["Deep Bell"] = 1 + ["Deep Bell"] = 1, + ["Dark Souls"] = 2 } function playTriggerEffect(index)