diff --git a/src/uncategorized/universalRules.tw b/src/uncategorized/universalRules.tw
index a75d492863188a4f3231a86bb7261fc2f8cb6f6d..266afc96396f150d187fcc3073523f9d312363f8 100644
--- a/src/uncategorized/universalRules.tw
+++ b/src/uncategorized/universalRules.tw
@@ -202,18 +202,18 @@ One 'welcome' for a new slave is to have them branded. Where would you like such
 	<br> It's possible that ''$brandTarget.primary'' may be missing from a slave. Choose a fallback in case it is not available: Current backup is ''$brandTarget.secondary'':
 	/* Material copied from bodyModification, but please leave commented out any sections that may not be on ALL slaves. */
 
-	/*<<if hasAnyEars($activeSlave)>>[[Ears|Universal Rules][$brandTarget.secondary = "ear"]]<</if>>*/
+	/*<<if hasAnyEars(_slave)>>[[Ears|Universal Rules][$brandTarget.secondary = "ear"]]<</if>>*/
 	| [[Cheeks|Universal Rules][$brandTarget.secondary = "cheek"]]
 	| [[Shoulders|Universal Rules][$brandTarget.secondary = "shoulder"]]
 	| [[Breasts|Universal Rules][$brandTarget.secondary = "breast"]]
-	/*<<if hasAnyNaturalArms($activeSlave)>>
+	/*<<if hasAnyNaturalArms(_slave)>>
 		| [[Arm, upper|Universal Rules][$brandTarget.secondary = "upper arm"]]
 		| [[Arm, lower|Universal Rules][$brandTarget.secondary = "lower arm"]]
 		| [[Wrist|Universal Rules][$brandTarget.secondary = "wrist"]]
 		| [[Hand|Universal Rules][$brandTarget.secondary = "hand"]]
 	<</if>>*/
 	| [[Buttocks|Universal Rules][$brandTarget.secondary = "buttock"]]
-	/*<<if hasAnyNaturalLegs($activeSlave)>>
+	/*<<if hasAnyNaturalLegs(_slave)>>
 		| [[Thigh|Universal Rules][$brandTarget.secondary = "thigh"]]
 		| [[Calf|Universal Rules][$brandTarget.secondary = "calf"]]
 		| [[Ankle|Universal Rules][$brandTarget.secondary = "ankle"]]
@@ -223,10 +223,10 @@ One 'welcome' for a new slave is to have them branded. Where would you like such
 	| [[Chest|Universal Rules][$brandTarget.secondary = "chest"]]
 	| [[Belly|Universal Rules][$brandTarget.secondary = "belly"]]
 	| [[Pubic Mound|Universal Rules][$brandTarget.secondary = "pubic mound"]]
-	/*<<if $activeSlave.dick > 0>>
+	/*<<if _slave.dick > 0>>
 		| [[Penis|Universal Rules][$brandTarget.secondary = "penis"]]
 	<</if>>*/
-	/*<<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>>
+	/*<<if _slave.balls > 0 && _slave.scrotum > 0>>
 		| [[Testicles|Universal Rules][$brandTarget.secondary = "testicle"]]
 	<</if>>*/
 	| [[Back|Universal Rules][$brandTarget.secondary = "back"]]
@@ -453,18 +453,18 @@ One 'welcome' for a new slave is to have them scarred. Where would you like such
 	<br> It's possible that ''$scarTarget.primary'' may be missing from a slave. Choose a fallback in case it is not available: Current backup is ''$scarTarget.secondary'':
 	/* Material copied from bodyModification, but please leave commented out any sections that may not be on ALL slaves. */
 
-	/*<<if hasAnyEars($activeSlave)>>[[Ears|Universal Rules][$scarTarget.secondary = "ear"]]<</if>>*/
+	/*<<if hasAnyEars(_slave)>>[[Ears|Universal Rules][$scarTarget.secondary = "ear"]]<</if>>*/
 	| [[Cheeks|Universal Rules][$scarTarget.secondary = "cheek"]]
 	| [[Shoulders|Universal Rules][$scarTarget.secondary = "shoulder"]]
 	| [[Breasts|Universal Rules][$scarTarget.secondary = "breast"]]
-	/*<<if hasAnyNaturalArms($activeSlave)>>
+	/*<<if hasAnyNaturalArms(_slave)>>
 		| [[Arm, upper|Universal Rules][$scarTarget.secondary = "upper arm"]]
 		| [[Arm, lower|Universal Rules][$scarTarget.secondary = "lower arm"]]
 		| [[Wrist|Universal Rules][$scarTarget.secondary = "wrist"]]
 		| [[Hand|Universal Rules][$scarTarget.secondary = "hand"]]
 	<</if>>*/
 	| [[Buttocks|Universal Rules][$scarTarget.secondary = "buttock"]]
-	/*<<if hasAnyNaturalLegs($activeSlave)>>
+	/*<<if hasAnyNaturalLegs(_slave)>>
 		| [[Thigh|Universal Rules][$scarTarget.secondary = "thigh"]]
 		| [[Calf|Universal Rules][$scarTarget.secondary = "calf"]]
 		| [[Ankle|Universal Rules][$scarTarget.secondary = "ankle"]]
@@ -474,10 +474,10 @@ One 'welcome' for a new slave is to have them scarred. Where would you like such
 	| [[Chest|Universal Rules][$scarTarget.secondary = "chest"]]
 	| [[Belly|Universal Rules][$scarTarget.secondary = "belly"]]
 	| [[Pubic Mound|Universal Rules][$scarTarget.secondary = "pubic mound"]]
-	/*<<if $activeSlave.dick > 0>>
+	/*<<if _slave.dick > 0>>
 		| [[Penis|Universal Rules][$scarTarget.secondary = "penis"]]
 	<</if>>*/
-	/*<<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>>
+	/*<<if _slave.balls > 0 && _slave.scrotum > 0>>
 		| [[Testicles|Universal Rules][$scarTarget.secondary = "testicle"]]
 	<</if>>*/
 	| [[Back|Universal Rules][$scarTarget.secondary = "back"]]