From a63fd3b5691f26c3eaa25efb2a994fcc661886eb Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Sat, 22 Dec 2018 02:51:15 -0800
Subject: [PATCH] Update newSlaveIntro.tw Added missing Body Purist and
 Transformation Fetishist reactions

---
 src/uncategorized/newSlaveIntro.tw | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw
index 0af883390ae..00c0a26253b 100644
--- a/src/uncategorized/newSlaveIntro.tw
+++ b/src/uncategorized/newSlaveIntro.tw
@@ -384,9 +384,23 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 <</if>>
 
 <<if $arcologies[0].FSBodyPurist >= 50>>
+    <<if $activeSlave.boobsImplant > 0 || $activeSlave.buttImplant > 0 || $activeSlave.waist < -95 || $activeSlave.lipsImplant > 0 || $activeSlave.faceImplant >= 30>>
+        $He realizes that your arcology disapproves of body modifications like $hers, and @@.gold;fears@@ that $he will be subjected to further surgery to purify $him.
+        <<set $activeSlave.trust -= 4>>
+    <<else>>
+        $He realizes that your arcology approves of natural bodies like $hers, and @@.mediumaquamarine;trusts@@ that $he will be allowed to keep it that way.
+        <<set $activeSlave.trust += 2>>
+    <</if>>    
 <</if>>
 
 <<if $arcologies[0].FSTransformationFetishist >= 50>>
+    <<if $activeSlave.boobsImplant > 0 || $activeSlave.buttImplant > 0 || $activeSlave.waist < -95 || $activeSlave.lipsImplant > 0 || $activeSlave.faceImplant >= 30>>
+        $He realizes that your arcology approves of body modifications like $hers, and @@.mediumaquamarine;trusts@@ that $he will be valued for them.
+        <<set $activeSlave.trust += 2>>
+    <<else>>
+        $He realizes that your arcology disapproves of natural bodies like $hers, and @@.gold;fears@@ that $he will soon be a plastic surgeon's plaything.
+        <<set $activeSlave.trust -= 4>>
+    <</if>>    
 <</if>>
 
 <<if $arcologies[0].FSMaturityPreferentialist >= 50>>
-- 
GitLab