From fd691dac7d5de6f83eca0df2445d50aa5fc0d30f Mon Sep 17 00:00:00 2001
From: corncobman21 <corncobman21@hotmail.com>
Date: Sat, 23 Dec 2017 23:48:16 -0500
Subject: [PATCH] Simplify namereplace code

---
 src/uncategorized/addCustomDescriptors.tw | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/uncategorized/addCustomDescriptors.tw b/src/uncategorized/addCustomDescriptors.tw
index bdf6a2f349b..0f66ba70ef6 100644
--- a/src/uncategorized/addCustomDescriptors.tw
+++ b/src/uncategorized/addCustomDescriptors.tw
@@ -28,8 +28,7 @@ You may enter custom descriptors for your slave's hair color, hair style, tattoo
 		<<link "Apply">>
 			<<replace "#result">>
 				She'll try her best to call you $activeSlave.customTitle.
-				<<set $activeSlave.customTitleLisp = $activeSlave.customTitle>>
-				<<set $activeSlave.customTitleLisp = nameReplace($activeSlave.customTitleLisp)>>
+				<<set $activeSlave.customTitleLisp = $activeSlave.customTitle, $activeSlave.customTitleLisp = nameReplace($activeSlave.customTitleLisp)>>
 			<</replace>>
 		<</link>> |
 		<<link "Stop using a custom title">>
-- 
GitLab