diff --git a/src/uncategorized/reFSAcquisition.tw b/src/uncategorized/reFSAcquisition.tw
index cfcedf8088862249bd872741e2d7ee2e132e5d44..28f5f1ff7251b5ce445f1c37d7c1a129ea5a8e56 100644
--- a/src/uncategorized/reFSAcquisition.tw
+++ b/src/uncategorized/reFSAcquisition.tw
@@ -901,8 +901,9 @@
 <<set $activeSlave.origin = "$He offered $himself for enslavement out of religious conviction.">>
 <<run generateSalonModifications($activeSlave)>>
 <<run setHealth($activeSlave, jsRandom(10, 30))>>
-<<set $activeSlave.devotion = -100>>
-<<set $activeSlave.trust = -100>>
+<<set $activeSlave.devotion = random(15,45)>>
+<<set $activeSlave.trust = random(60,75)>>
+
 <<set $activeSlave.behavioralFlaw = "devout">>
 <<set $activeSlave.sexualFlaw = "repressed">>
 <<set _slaveCost = slaveCost($activeSlave)>>
@@ -916,8 +917,8 @@
 <<set $activeSlave = GenerateNewSlave()>>
 <<set $activeSlave.origin = "$He was offered to you by a group of Chattel Religionists eager to be rid of $his blasphemous old world beliefs.">>
 <<run setHealth($activeSlave, jsRandom(-10, 10))>>
-<<set $activeSlave.devotion = random(-15,15)>>
-<<set $activeSlave.trust = random(60,75)>>
+<<set $activeSlave.devotion = -100>>
+<<set $activeSlave.trust = -100>>
 <<if $activeSlave.anus > 0>>
 	<<set $activeSlave.anus = 0>>
 <</if>>