From 26ae70241d4b0042ac4a977bb29688d78b6f3d41 Mon Sep 17 00:00:00 2001 From: corncobman21 <corncobman21@hotmail.com> Date: Thu, 19 Apr 2018 22:40:51 -0400 Subject: [PATCH] Code simplification for lispReplace() --- src/uncategorized/newSlaveIntro.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw index 2161fce0dae..c46fdce51d1 100644 --- a/src/uncategorized/newSlaveIntro.tw +++ b/src/uncategorized/newSlaveIntro.tw @@ -516,7 +516,7 @@ The legalities completed, ''__@@.pink;<<SlaveFullName $activeSlave>>@@__'' <<if <<if random(-100,0) >= $activeSlave.devotion>> <<set $activeSlave.rudeTitle = 1>> <<set $activeSlave.customTitle = setup.badNames.random()>> - <<set $activeSlave.customTitleLisp = $activeSlave.customTitle, $activeSlave.customTitleLisp = nameReplace($activeSlave.customTitleLisp)>> + <<set $activeSlave.customTitleLisp = lispReplace($activeSlave.customTitle)>> <</if>> <</if>> -- GitLab