mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Add metal cuffs clicking sound
This commit is contained in:
parent
17034d31c2
commit
aa01e227b1
3 changed files with 2 additions and 1 deletions
BondageClub
|
@ -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"],
|
||||
|
|
BIN
BondageClub/Audio/MetalCuffs.mp3
Normal file
BIN
BondageClub/Audio/MetalCuffs.mp3
Normal file
Binary file not shown.
|
@ -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" },
|
||||
|
|
Loading…
Add table
Reference in a new issue