diff --git a/src/uncategorized/saRelationships.tw b/src/uncategorized/saRelationships.tw
index 8aa2c5629ee4bb65239db0f4b0c6bb3ced622a2f..502d40e66ad97ed3fe51fd89110d61021465bc08 100644
--- a/src/uncategorized/saRelationships.tw
+++ b/src/uncategorized/saRelationships.tw
@@ -1099,30 +1099,30 @@
 
 	<<if totalRelatives(_SlaveI) > 0>>
 	<<if _SlaveI.trust <= 95>>
-	<<for _j to 0; _j < _slaves.length; _j++>>
+	<<for _j to 0; _j < $slaves.length; _j++>>
 		<<if _SlaveI.trust < -20>>
-			<<if $slaves[_j].mother == _SlaveI.ID || _slaves[_j].father == _SlaveI.ID>>
-				<<if _SlaveI.rivalry != _slaves[_j].ID>>
-				_SlaveI.slaveName is @@color:gold;agonizingly aware@@ that her child _slaves[_j].slaveName is also your slave and might suffer if either of them angers you, and @@color:hotpink;does her best@@ to protect her.
+			<<if $slaves[_j].mother == _SlaveI.ID || $slaves[_j].father == _SlaveI.ID>>
+				<<if _SlaveI.rivalry != $slaves[_j].ID>>
+				_SlaveI.slaveName is @@color:gold;agonizingly aware@@ that her child $slaves[_j].slaveName is also your slave and might suffer if either of them angers you, and @@color:hotpink;does her best@@ to protect her.
 				<<set _SlaveI.trust -= 2>>
 				<<set _SlaveI.devotion += 6>>
 				<</if>>
 			<</if>>
-			<<if _SlaveI.mother == _slaves[_j].ID || _SlaveI.father == _slaves[_j].ID || areSisters(_SlaveI, _slaves[_j]) > 0>>
-				<<if _SlaveI.rivalry != _slaves[_j].ID>>
+			<<if _SlaveI.mother == $slaves[_j].ID || _SlaveI.father == $slaves[_j].ID || areSisters(_SlaveI, $slaves[_j]) > 0>>
+				<<if _SlaveI.rivalry != $slaves[_j].ID>>
 				_SlaveI.slaveName is @@color:gold;painfully concious@@ that her 
-				<<if _SlaveI.mother == _slaves[_j].ID>>
+				<<if _SlaveI.mother == $slaves[_j].ID>>
 					mother
-				<<elseif _SlaveI.father == _slaves[_j].ID>>
+				<<elseif _SlaveI.father == $slaves[_j].ID>>
 					father
-				<<elseif areSisters(_SlaveI, _slaves[_j]) == 1>>
+				<<elseif areSisters(_SlaveI, $slaves[_j]) == 1>>
 					twin sister
-				<<elseif areSisters(_SlaveI, _slaves[_j]) == 2>>
+				<<elseif areSisters(_SlaveI, $slaves[_j]) == 2>>
 					sister
-				<<elseif areSisters(_SlaveI, _slaves[_j]) == 3>>
+				<<elseif areSisters(_SlaveI, $slaves[_j]) == 3>>
 					half-sister
 				<</if>>
-				_slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@color:hotpink;tries to obey@@ as best she can.
+				$slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@color:hotpink;tries to obey@@ as best she can.
 				<<set _SlaveI.trust -= 1>>
 				<<set _SlaveI.devotion += 3>>
 				<</if>>
@@ -1130,24 +1130,24 @@
 		<<else>>
 			<<if totalRelatives(_SlaveI) > 0>>
 				_SlaveI.slaveName knows that her
-				<<if _SlaveI.mother == _slaves[_j].ID>>
+				<<if _SlaveI.mother == $slaves[_j].ID>>
 					mother
-				<<elseif _SlaveI.father == _slaves[_j].ID>>
+				<<elseif _SlaveI.father == $slaves[_j].ID>>
 					father
-				<<elseif _slaves[_j].mother == _SlaveI.ID || _slaves[_j].father == _SlaveI.ID>>
+				<<elseif $slaves[_j].mother == _SlaveI.ID || $slaves[_j].father == _SlaveI.ID>>
 					daughter
-				<<elseif areSisters(_SlaveI, _slaves[_j]) == 1>>
+				<<elseif areSisters(_SlaveI, $slaves[_j]) == 1>>
 					twin sister
-				<<elseif areSisters(_SlaveI, _slaves[_j]) == 2>>
+				<<elseif areSisters(_SlaveI, $slaves[_j]) == 2>>
 					sister
-				<<elseif areSisters(_SlaveI, _slaves[_j]) == 3>>
+				<<elseif areSisters(_SlaveI, $slaves[_j]) == 3>>
 					half-sister
 				<</if>>
-				_slaves[_j].slaveName
-				<<if _slaves[_j].devotion > 50>>
+				$slaves[_j].slaveName
+				<<if $slaves[_j].devotion > 50>>
 					loves being your sex slave, and is @@color:hotpink;happy@@ for her.
 					<<set _SlaveI.devotion += 4>>
-				<<elseif (_slaves[_j].devotion > 20) || (_slaves[_j].trust < -20)>>
+				<<elseif ($slaves[_j].devotion > 20) || ($slaves[_j].trust < -20)>>
 					is an obedient sex slave, and hopes she'll avoid punishment.
 				<<else>>
 					hates being a sex slave, and is @@color:gold;afraid@@ for her.