From c8c9f9d26b61a9bdd5eca6fcdfcac0d1f637ba1d Mon Sep 17 00:00:00 2001
From: corncobman21 <corncobman21@hotmail.com>
Date: Mon, 18 Dec 2017 04:40:32 -0500
Subject: [PATCH] Set name lisp replacing to JS function

---
 src/uncategorized/peConcubineInterview.tw | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/uncategorized/peConcubineInterview.tw b/src/uncategorized/peConcubineInterview.tw
index 5f4bed889d8..ad0d3dab0ae 100644
--- a/src/uncategorized/peConcubineInterview.tw
+++ b/src/uncategorized/peConcubineInterview.tw
@@ -124,7 +124,8 @@ You receive an official communication from a popular talk show hosted in one of
 				<</if>>
 			<<elseif $activeSlave.bellyFluid > 100>>
 				<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
-					<<set _fluid = $activeSlave.inflationType, _fluid = _fluid.replace("ss", "th"), _fluid = _fluid.replace("S", "Th"), _fluid = _fluid.replace("s", "th")>>
+					<<set _fluid = $activeSlave.inflationType>>
+					<<set _fluid = nameReplace(_fluid)>>
 				<<else>>
 					<<set _fluid = $activeSlave.inflationType>>
 				<</if>>
-- 
GitLab