From 1f39c4fd472cd68f502944958f9bf4c7380b57f0 Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Tue, 15 Sep 2020 17:44:29 -0700
Subject: [PATCH] Remove duplicate testicles

---
 src/npc/descriptions/crotch/dick.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/npc/descriptions/crotch/dick.js b/src/npc/descriptions/crotch/dick.js
index cc3a6c75c8f..670e9c3e552 100644
--- a/src/npc/descriptions/crotch/dick.js
+++ b/src/npc/descriptions/crotch/dick.js
@@ -464,7 +464,7 @@ App.Desc.dick = function(slave, {market, eventDescription} = {}) {
 					}
 					break;
 				case 2:
-					r.push(`and ${he} has a small pair of testicles`);
+					r.push(`and ${he} has a small pair of`);
 					if (V.showDickCMs === 1) {
 						r.push(`testicles, about ${ballsToEitherUnit(slave.balls)} long.`);
 					} else {
-- 
GitLab