diff --git a/devNotes/twine CSS b/devNotes/twine CSS
index 0c11d518885273e3fa7335bb94c87d15efb5d4a1..1d74d7da5628dd716ca811c5ede5e0203faae835 100644
--- a/devNotes/twine CSS	
+++ b/devNotes/twine CSS	
@@ -623,3 +623,35 @@ div.tab button.active {
 		opacity: 1;
 	}
 }
+
+/*:: Options Macro [stylesheet]*/
+
+.optionMacroDescription {
+}
+
+.optionMacroOption {
+}
+
+/* Seperate each option with a | */
+.optionMacroOption::after {
+    content: " | ";
+}
+
+/* But don't add the | after the last one */
+.optionMacroOption:last-child::after {
+    content: unset;
+}
+
+
+.optionMacroOption a {
+}
+
+.optionMacroOption:hover {
+}
+
+.optionMacroSelected {
+}
+
+/* Container div of the list of options */
+.optionMacroOptionsList {
+}
diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw
index 415f3ad2cbe5fdc9fe52f0c22bac3c28f2ce29ad..5d03d42942c17627f9adc37ea2e53734896604d7 100644
--- a/src/uncategorized/sellSlave.tw
+++ b/src/uncategorized/sellSlave.tw
@@ -3,8 +3,18 @@
 <<set $nextButton = "Back", $nextLink = "Slave Interact">>
 
 You prepare $him for sale. $His response to being put up for purchase is
-<<if $activeSlave.devotion < -50>>muted; perhaps $he hopes a new master will be less hateful than you.
-<<elseif $activeSlave.devotion < -20>>muted weeping; for some reason, $he doesn't like being treated like meat on a slab.
+<<if $activeSlave.devotion < -50>>
+	<<if $activeSlave.trust > 20>>
+		annoyance; $he must have thought $he had a good thing going here despite $his defiance.
+	<<else>>
+		muted; perhaps $he hopes a new master will be less hateful than you.
+	<</if>>
+<<elseif $activeSlave.devotion < -20>>
+	<<if $activeSlave.trust > 20>>
+		mild panic; $he seems to be concerned about $his future.
+	<<else>>
+		muted weeping; for some reason, $he doesn't like being treated like meat on a slab.
+	<</if>>
 <<elseif $activeSlave.devotion <= 20>>hesitant; $he can't seem to make up $his mind whether this is going to mean an improvement or not.
 <<elseif $activeSlave.devotion <= 50>>obedient, if mechanical; $he may want to stay with you.
 <<elseif $activeSlave.devotion <= 95>>ill-concealed sorrow; $he clearly wants to stay with you very much.
@@ -14,8 +24,18 @@ You prepare $him for sale. $His response to being put up for purchase is
 <<elseif $activeSlave.trust < -20>>$He's probably hoping $he'll be a little less frightened all the time, wherever $he goes.
 <<elseif $activeSlave.trust < 20>>$He does seem concerned that, hard as you are, $his buyer may be less fair.
 <<elseif $activeSlave.trust < 50>>$He's worried, probably because $he's learned how to avoid punishment here and will have to learn new rules.
-<<elseif $activeSlave.trust < 95>>$He promises $he will do $his best to make you proud by being a good slave to $his new owners.
-<<else>>$He tries to conceal $his terror at going from a trustworthy slave master to the cruel and uncertain world outside your penthouse, but $he fails.
+<<elseif $activeSlave.trust < 95>>
+	<<if $activeSlave.devotion < -20>>
+		$He's worried, probably because $he thinks you won't harm $him while another owner might.
+	<<else>>
+		$He promises $he will do $his best to make you proud by being a good slave to $his new owners.
+	<</if>>
+<<else>>
+	<<if $activeSlave.devotion < -20>>
+		$He's rather upset at the notion that $he may be going from a weak willed master to someone with the balls to actually try and break $him.
+	<<else>>
+		$He tries to conceal $his terror at going from a trustworthy slave master to the cruel and uncertain world outside your penthouse, but $he fails.
+	<</if>>
 <</if>>
 
 <<slaveCost $activeSlave>>