From 512d674ffa7bd82af29c1c96fb5c20cecfcfe4b3 Mon Sep 17 00:00:00 2001
From: Cleon <slot80rj3@gmail.com>
Date: Fri, 28 Mar 2025 10:50:55 +0000
Subject: [PATCH] Fixing issues and modifying CustomTShirt to fit Raven's new
 stamp additions.

---
 .../Assets/Female3DCG/AssetStrings.csv        |  6 ++--
 BondageClub/Assets/Female3DCG/Female3DCG.js   |  8 ++++--
 .../Assets/Female3DCG/Female3DCGExtended.js   | 28 +++++++++++--------
 3 files changed, 25 insertions(+), 17 deletions(-)

diff --git a/BondageClub/Assets/Female3DCG/AssetStrings.csv b/BondageClub/Assets/Female3DCG/AssetStrings.csv
index b606004e94..a09ded3723 100644
--- a/BondageClub/Assets/Female3DCG/AssetStrings.csv
+++ b/BondageClub/Assets/Female3DCG/AssetStrings.csv
@@ -782,9 +782,9 @@ ClothCustomTShirtOptiont18,Bondage College 2
 ClothCustomTShirtOptiont19,S.Tiyana's White C-Pad
 ClothCustomTShirtOptiont2,BTG
 ClothCustomTShirtOptiont20,Gangriels
-ClothCustomTShirtOptiont21,Shibari Crew
-ClothCustomTShirtOptiont22,Bull's Eye Spankmeter
-ClothCustomTShirtOptiont23,Keys?!
+ClothCustomTShirtOptiont25,Shibari Crew
+ClothCustomTShirtOptiont26,Bull's Eye Spankmeter
+ClothCustomTShirtOptiont27,Keys?!
 ClothCustomTShirtOptiont3,Dominant
 ClothCustomTShirtOptiont4,Bonk!
 ClothCustomTShirtOptiont5,Old School XGame
diff --git a/BondageClub/Assets/Female3DCG/Female3DCG.js b/BondageClub/Assets/Female3DCG/Female3DCG.js
index dd735c57d4..bb83e0842d 100644
--- a/BondageClub/Assets/Female3DCG/Female3DCG.js
+++ b/BondageClub/Assets/Female3DCG/Female3DCG.js
@@ -1044,21 +1044,21 @@ var AssetFemale3DCG = [
 						Name: "Shibari",
 						PoseMapping: {},
 						ParentGroup: {},
-						AllowTypes: { t: 21 },
+						AllowTypes: { t: 25 },
 						CopyLayerColor: "None",
 					},
 					{
 						Name: "Bullseye",
 						PoseMapping: {},
 						ParentGroup: {},
-						AllowTypes: { t: 22 },
+						AllowTypes: { t: 26 },
 						CopyLayerColor: "None",
 					},
 					{
 						Name: "Keys",
 						PoseMapping: {},
 						ParentGroup: {},
-						AllowTypes: { t: 23 },
+						AllowTypes: { t: 27 },
 						CopyLayerColor: "None",
 					},
 				],
@@ -3807,6 +3807,7 @@ var AssetFemale3DCG = [
 					},
 					{
 						Name: "BHog",
+						ParentGroup: {},
 						PoseMapping: {
 							BackBoxTie: PoseType.HIDE,
 							BackCuffs: PoseType.HIDE,
@@ -5569,6 +5570,7 @@ var AssetFemale3DCG = [
 					},
 					{
 						Name: "BHog",
+						ParentGroup: {},
 						PoseMapping: {
 							BackBoxTie: PoseType.HIDE,
 							BackCuffs: PoseType.HIDE,
diff --git a/BondageClub/Assets/Female3DCG/Female3DCGExtended.js b/BondageClub/Assets/Female3DCG/Female3DCGExtended.js
index ab5b67d99f..5e4ff55354 100644
--- a/BondageClub/Assets/Female3DCG/Female3DCGExtended.js
+++ b/BondageClub/Assets/Female3DCG/Female3DCGExtended.js
@@ -449,9 +449,9 @@ var AssetFemale3DCGExtended = {
 						{}, // t18 - BCollege2
 						{}, // t19 - ControlPad1
 						{}, // t20 - Gangriels
-						{}, // t21 - Shibari
-						{}, // t22 - BullsEye
-						{}, // t22 - Keys?
+						{}, // t25 - Shibari
+						{}, // t26 - BullsEye
+						{}, // t27 - Keys?
 					],
 				},
 			],
@@ -4663,9 +4663,12 @@ var AssetFemale3DCGExtended = {
 					Name: "Handcuffs",
 					Key: "h",
 					Options: [
-						{ Name: "None", Property: {} },
+						{ 
+							// None
+							Property: {}
+						},
 						{
-							Name: "Front",
+							// Front
 							Property: {
 								Difficulty: 3,
 								SetPose: ["BaseUpper"],
@@ -4673,7 +4676,7 @@ var AssetFemale3DCGExtended = {
 							},
 						},
 						{
-							Name: "BackBoxTie",
+							// BackBoxTie
 							Property: {
 								Difficulty: 5,
 								SetPose: ["BackBoxTie"],
@@ -4682,7 +4685,7 @@ var AssetFemale3DCGExtended = {
 							},
 						},
 						{
-							Name: "Strict",
+							// Strict
 							Property: {
 								Difficulty: 7,
 								SetPose: ["BackElbowTouch"],
@@ -12761,9 +12764,12 @@ var AssetFemale3DCGExtended = {
 					Name: "Handcuffs",
 					Key: "h",
 					Options: [
-						{ Name: "None", Property: {} },
+						{ 
+							// None
+							Property: {}
+						},
 						{
-							Name: "Front",
+							// Front
 							Property: {
 								Difficulty: 3,
 								SetPose: ["BaseUpper"],
@@ -12771,7 +12777,7 @@ var AssetFemale3DCGExtended = {
 							},
 						},
 						{
-							Name: "BackBoxTie",
+							// BackBoxTie
 							Property: {
 								Difficulty: 5,
 								SetPose: ["BackBoxTie"],
@@ -12780,7 +12786,7 @@ var AssetFemale3DCGExtended = {
 							},
 						},
 						{
-							Name: "Strict",
+							// Strict
 							Prerequisite: ["NoItemArms"],
 							Property: {
 								Difficulty: 7,