From 603b15d4b9d4c41b94a5239d4062c0bb46730ff4 Mon Sep 17 00:00:00 2001
From: corncobman21 <corncobman21@hotmail.com>
Date: Mon, 18 Dec 2017 04:14:15 -0500
Subject: [PATCH] Change name lisp replacing to JS function

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

diff --git a/src/uncategorized/seRetirement.tw b/src/uncategorized/seRetirement.tw
index b389bbb83c0..b51c74350dd 100644
--- a/src/uncategorized/seRetirement.tw
+++ b/src/uncategorized/seRetirement.tw
@@ -12,7 +12,8 @@
 	<<break>>
 	<</if>>
 <</for>>
-<<set _playerName = $PC.name, _playerName = _playerName.replace("ss", "th"), _playerName = _playerName.replace("S", "Th"), _playerName = _playerName.replace("s", "th")>>
+<<set _playerName = $PC.name>>
+<<set _playerName = nameReplace(_playerName)>>
 <<Enunciate $activeSlave>>
 
 $activeSlave.slaveName is retiring from sexual slavery this week,
-- 
GitLab