Add metal cuffs clicking sound

This commit is contained in:
Karamel 2022-06-26 11:45:19 +02:00
parent 17034d31c2
commit aa01e227b1
3 changed files with 2 additions and 1 deletions
BondageClub
Assets/Female3DCG
Audio
Scripts

View file

@ -3388,7 +3388,7 @@ var AssetFemale3DCG = [
]
},
{
Name: "MetalCuffs", Fetish: ["Metal"], Priority: 29, Value: 40, Difficulty: 5, Time: 5, Audio: "LockSmall", Extended: true, HasType: false,
Name: "MetalCuffs", Fetish: ["Metal"], Priority: 29, Value: 40, Difficulty: 5, Time: 5, Audio: "MetalCuffs", Extended: true, HasType: false,
SetPose: ["BackCuffs"],
Effect: ["Lock", "Block", "Prone"],
AllowPose: ["BackCuffs"],

Binary file not shown.

View file

@ -29,6 +29,7 @@ var AudioList = [
{ Name: "DuctTapeRoll", File: "DuctTapeRoll" },
{ Name: "DuctTapeRollShort", File: "DuctTapeRollShort" },
{ Name: "Inflation", File: "Inflation" },
{ Name: "MetalCuffs", File: "MetalCuffs" },
{ Name: "LockLarge", File: "LockLarge" },
{ Name: "LockSmall", File: "LockSmall" },
{ Name: "RopeLong", File: "RopeLong" },