From c75e96b44b773c35ed751c2e2adfb76c3a00ed30 Mon Sep 17 00:00:00 2001
From: Anu <anulithic@gmail.com>
Date: Tue, 21 Jun 2022 00:42:16 -0700
Subject: [PATCH] Tweak bellyAccessory tooltips

---
 js/003-data/clothes/001-slaveWearData.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/js/003-data/clothes/001-slaveWearData.js b/js/003-data/clothes/001-slaveWearData.js
index a0aecb385e2..8de9e186cfd 100644
--- a/js/003-data/clothes/001-slaveWearData.js
+++ b/js/003-data/clothes/001-slaveWearData.js
@@ -1531,19 +1531,19 @@ App.Data.bellyAccessory = new Map([
 	["a corset",
 		{
 			name: "Tight corset",
-			note: "Slowly narrows the waist into wispy one."
+			note: "Slowly narrows the waist into a wispy one."
 		}
 	],
 	["an extreme corset",
 		{
 			name: "Extreme corset",
-			note: "Narrows the waist up to absurd level, painfully, if waist is feminine or wider(scaring and increasing obedience on resistant slaves), but risks miscarriage if a pregnant belly becomes too big"
+			note: "Narrows the waist up to an absurd level, painfully if waist is feminine or wider (increasing obedience and fear in resistant slaves), but risks miscarriage if a pregnant belly becomes too big."
 		}
 	],
 	["a support band",
 		{
 			name: "Supportive band",
-			note: "Reduces chance of miscarriage."
+			note: "Eases the pains of pregnancy and reduces chance of miscarriage."
 		}
 	],
 	["a small empathy belly",
-- 
GitLab