From 58d51119f88f2eced1c9057f69bbae1e8cb589fc Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Sat, 13 Jul 2019 13:36:20 -0700
Subject: [PATCH] Fix all-natural balls disgusting Purists

---
 src/uncategorized/reputation.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw
index 47faec4b8df..692fb4b1e6a 100644
--- a/src/uncategorized/reputation.tw
+++ b/src/uncategorized/reputation.tw
@@ -326,7 +326,7 @@ On formal occasions, you are announced as $PCTitle.
 		Society finds fake butts unsightly and yours is no exception; your inflated ass @@.red;harms@@ your public image.
 		<<run repX(forceNeg(10*$PC.butt), "PCappearance")>>
 	<</if>>
-	<<if $PC.ballsImplant > 1>>
+	<<if $PC.ballsImplant > $PC.balls>>
 		Society finds everything unnatural disgusting and the grotesque bulge in your crotch is no exception; your gel filled balls @@.red;harm@@ your public image.
 		<<run repX(forceNeg(10*($PC.ballsImplant-$PC.balls)), "PCappearance")>>
 	<</if>>
-- 
GitLab