diff --git a/src/pregmod/huskSlaveSwap.tw b/src/pregmod/huskSlaveSwap.tw
index af77094c17f96f4501936113cc05d83aa93e3de6..d6bb34e3fc8c3dd8d0b7214eb37961cf4b62751d 100644
--- a/src/pregmod/huskSlaveSwap.tw
+++ b/src/pregmod/huskSlaveSwap.tw
@@ -31,7 +31,7 @@ $slaves[_m].slaveName's body was bought by the Flesh Heap for <<print cashFormat
 				<<set $slaves[_myBody].devotion -= 30, $slaves[_myBody].trust -= 30>>
 			<<else>>
 				$slaves[_myBody].slaveName is @@.medimorchid;deeply upset@@ that she'll never see her body again. With so little left, she finds it easy to take vengeance by @@.orangered;completely rejecting your ownership of her.@@
-				<<set $slaves[_myBody].devotion -= 50, $slaves[_myBody].trust += 200>>
+				<<set $slaves[_myBody].devotion -= 50, $slaves[_myBody].trust = 100>>
 			<</if>>
 		<</if>>
 	<</if>>
diff --git a/src/pregmod/pBodyswapReveal.tw b/src/pregmod/pBodyswapReveal.tw
index ce97c4d737f02a67ee665dc40b3939b46ba28403..587d28b966d2194b63ed2f159113a87cb55d6478 100644
--- a/src/pregmod/pBodyswapReveal.tw
+++ b/src/pregmod/pBodyswapReveal.tw
@@ -6,4 +6,4 @@
 
 You receive countless messages throughout the day; mostly worthless spam, several uninteresting business offers and the occasional enslavement request. This one catches your eye however. It's an offer from a top surgeon who has recently been experimenting with radical new surgeries. You've been loosely following their work for the last few weeks, ever since they successfully swapped the consciousness from one slave to another with minimal side effects, assuming they are kept on a special suppressant, and it seems they are now offering their work to anyone with a surgical suite capable of performing the surgery and willing to undertake the risk.
 <br><br>
-It's an interesting offer and your remote surgery will suffice should you want to change up your slaves' bodies more than any drug or implant ever could. You'll need a slave to swap them with, however. Perhaps one the mindless slaves from the Flesh Heap will suit your needs, should you not wish to use your own stock
+It's an interesting offer and your remote surgery will suffice should you want to change up your slaves' bodies more than any drug or implant ever could. You'll need a slave to swap them with, however. Perhaps one of the mindless slaves from the Flesh Heap will suit your needs, should you not wish to use your own stock.
diff --git a/src/uncategorized/saDevotion.tw b/src/uncategorized/saDevotion.tw
index ef7ce382ae006ca7eb94565558eb1202e51c7236..ecf482650e01e7b235e511c1a4df64ca204c1eb9 100644
--- a/src/uncategorized/saDevotion.tw
+++ b/src/uncategorized/saDevotion.tw
@@ -190,7 +190,7 @@
 				<<set $slaves[$i].devotion -= 30, $slaves[$i].trust -= 30>>
 			<<else>>
 				$slaves[$i].slaveName is @@.mediumorchid;deeply upset@@ that she'll never see her body again. With so little left, she finds it easy to take vengeance by @@.orangered;completely rejecting your ownership of her.@@
-				<<set $slaves[$i].devotion -= 50, $slaves[$i].trust += 200>>
+				<<set $slaves[$i].devotion -= 50, $slaves[$i].trust = 100>>
 			<</if>>
 		<</if>>
 	<</if>>