From 9e009a8275216d8a32b52022dfecd6aaa3a03884 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Wed, 14 Oct 2020 20:49:24 -0400
Subject: [PATCH] fix sex

---
 src/markets/specificMarkets/customSlaveMarket.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/markets/specificMarkets/customSlaveMarket.js b/src/markets/specificMarkets/customSlaveMarket.js
index 2372c8c26cb..77bd76225e7 100644
--- a/src/markets/specificMarkets/customSlaveMarket.js
+++ b/src/markets/specificMarkets/customSlaveMarket.js
@@ -456,11 +456,11 @@ App.Markets["Custom Slave"] = function() {
 		function description() {
 			switch (slave.sex) {
 				case 3:
-					return `Female (cock & balls options not applied). `;
+					return `Futanari (clit options not applied). `;
 				case 2:
 					return `Male (pussy options not applied). `;
 				case 1:
-					return `Futanari (clit options not applied). `;
+					return `Female (cock & balls options not applied). `;
 			}
 		}
 
-- 
GitLab