From bd027bd9ac3bdca45597151397537d79e95a1406 Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Sat, 1 Feb 2020 12:44:11 -0800
Subject: [PATCH] Update playerDescriptionWidgets.tw

---
 src/pregmod/widgets/playerDescriptionWidgets.tw | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pregmod/widgets/playerDescriptionWidgets.tw b/src/pregmod/widgets/playerDescriptionWidgets.tw
index 8ee93dffdf3..2257b7474b6 100644
--- a/src/pregmod/widgets/playerDescriptionWidgets.tw
+++ b/src/pregmod/widgets/playerDescriptionWidgets.tw
@@ -629,7 +629,7 @@
 		<</if>>
 		and a pair of
 		<<if $PC.balls >= 30>>
-			@@.orange;monstrous, heavy balls@@ roughly the size of small watermelons thanks to a combination of growth hormones and gel injections; it's impossible to sit normally,
+			@@.orange;monstrous, heavy balls@@ roughly the size of small watermelons thanks to <<if $PC.ballsImplant > 0>>a combination of growth hormones and gel injections<<else>>relentless use of growth hormones<</if>>; it's impossible to sit normally,
 			<<if $ballsAccessibility == 1>>
 				but your penthouse has been redesigned with oversized balls in mind. There are plenty of chairs capable of handling you littering the penthouse.
 			<<else>>
@@ -673,7 +673,7 @@
 		<</if>>
 		and a pair of
 		<<if $PC.balls >= 30>>
-			@@.orange;monstrous, heavy balls@@ roughly the size of small watermelons thanks to a combination of growth hormones and gel injections; it's impossible to sit normally,
+			@@.orange;monstrous, heavy balls@@ roughly the size of small watermelons thanks to <<if $PC.ballsImplant > 0>>a combination of growth hormones and gel injections<<else>>relentless use of growth hormones<</if>>; it's impossible to sit normally,
 			<<if $ballsAccessibility == 1>>
 				but your penthouse has been redesigned with oversized balls in mind. There are plenty of chairs capable of handling you littering the penthouse.
 			<<else>>
@@ -744,7 +744,7 @@
 <<else>>
 	<<if $PC.balls >= 30>>
 		<<if $ballsAccessibility == 1>>
-			Thankfully your accessibility remodeling included a custom chair. When combined with the protective gel surrounding your massive sperm factories, it's rather comfortable. It even has an attachment to catch your never-ending stream of precum, keeping the mess to a minimum.
+			Thankfully your accessibility remodeling included a custom chair. <<if $PC.ballsImplant > 0>>When combined with the protective gel surrounding<<else>>Despite the cumbrous bulk of<</if>> your massive sperm factories, it's rather comfortable. It even has an attachment to catch your never-ending stream of precum, keeping the mess to a minimum.
 		<<else>>
 			Your monstrous balls make it impossible for you to sit normally in a standard chair, forcing you sit on the edge and let them dangle. You have to sit while naked below the waist unless you want your clothes soaked with spermy precum.
 		<</if>>
-- 
GitLab