mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
BUG: Ensure that restraints with opacity sliders have EditOpacity
set to true
This commit is contained in:
parent
7aba74bc2c
commit
ac2f28d85c
1 changed files with 3 additions and 0 deletions
|
@ -54058,6 +54058,7 @@ var AssetFemale3DCG = [
|
|||
MinOpacity: 0.25,
|
||||
MaxOpacity: 1,
|
||||
Opacity: 1,
|
||||
EditOpacity: true,
|
||||
Hide: [
|
||||
"HandsLeft",
|
||||
"HandsRight",
|
||||
|
@ -54395,6 +54396,7 @@ var AssetFemale3DCG = [
|
|||
AllowLock: true,
|
||||
Extended: true,
|
||||
RemoveAtLogin: true,
|
||||
EditOpacity: true,
|
||||
MinOpacity: 0,
|
||||
Opacity: 0,
|
||||
FixedPosition: true,
|
||||
|
@ -54444,6 +54446,7 @@ var AssetFemale3DCG = [
|
|||
RemoveAtLogin: true,
|
||||
MinOpacity: 0,
|
||||
Opacity: 0,
|
||||
EditOpacity: true,
|
||||
SetPose: ["Kneel"],
|
||||
Block: ["ItemAddon"],
|
||||
Effect: [E.BlockWardrobe, E.Enclose, E.Freeze],
|
||||
|
|
Loading…
Add table
Reference in a new issue