mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
More Creepy format
This commit is contained in:
parent
dbe925f143
commit
fb8d9233b8
1 changed files with 3 additions and 10 deletions
|
@ -9067,21 +9067,14 @@ var AssetFemale3DCGExtended = {
|
|||
// Semi-Hood
|
||||
Property: {
|
||||
Effect: [E.BlockMouth],
|
||||
Hide: [
|
||||
"HairFront",
|
||||
"HairAccessory1",
|
||||
],
|
||||
Hide: ["HairFront","HairAccessory1"],
|
||||
},
|
||||
},
|
||||
{
|
||||
// Hood
|
||||
Property: {
|
||||
Effect: [E.BlockMouth],
|
||||
Hide: [
|
||||
"HairFront",
|
||||
"HairBack",
|
||||
"HairAccessory1",
|
||||
],
|
||||
Hide: ["HairFront", "HairBack", "HairAccessory1"],
|
||||
},
|
||||
},
|
||||
],
|
||||
|
@ -9150,7 +9143,7 @@ var AssetFemale3DCGExtended = {
|
|||
// NoseGuard
|
||||
Property: {
|
||||
Effect: [],
|
||||
Block:["ItemNose"],
|
||||
Block: ["ItemNose"],
|
||||
Hide: ["ItemNose"],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue