From e4243ff390fbf9b50f97c3cab55f5bb53a9c0767 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Tue, 22 Jun 2021 20:47:48 -0400
Subject: [PATCH] crotch desc fix

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

diff --git a/src/npc/descriptions/crotch/crotch.js b/src/npc/descriptions/crotch/crotch.js
index c31e2878c48..193ee7e9de1 100644
--- a/src/npc/descriptions/crotch/crotch.js
+++ b/src/npc/descriptions/crotch/crotch.js
@@ -27,6 +27,7 @@ App.Desc.crotch = function(slave, {market, eventDescription} = {}) {
 			const clothing = App.Data.clothes.get(slave.clothes);
 			if (clothing && clothing.desc && "crotch" in clothing.desc) {
 				r.push(clothing.desc.crotch(slave));
+			} else {
 				switch (slave.clothes) {
 					case "a Fuckdoll suit":
 						r.push(`${slave.slaveName}'s`);
-- 
GitLab