diff --git a/src/js/DefaultRules.js b/src/js/DefaultRules.js
index db6e52410f032f8d4457d0fa477791cbc14cbd70..5a88854bce35a4ac08b86ff9733a430d651ee1c1 100644
--- a/src/js/DefaultRules.js
+++ b/src/js/DefaultRules.js
@@ -2407,6 +2407,14 @@ window.DefaultRules = (function() {
 			}
 		}
 
+		if (rule.backTat !== undefined && (rule.backTat !== "no default setting")) {
+			if ((slave.backTat !== rule.backTat)) {
+				slave.backTat = rule.backTat;
+				cashX(forceNeg(V.modCost), "slaveMod", slave);
+				r += `<br>${slave.slaveName}'s back has been tattooed.`;
+			}
+		}
+
 		if (rule.shouldersTat !== undefined && (rule.shouldersTat !== "no default setting")) {
 			if ((slave.shouldersTat !== rule.shouldersTat)) {
 				slave.shouldersTat = rule.shouldersTat;
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index b501c4f8c32f95837cc702bfc6b36f7c90130020..645c857544a8aba91f776d5a25907e815b9d60ee 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -1272,12 +1272,23 @@
 						<<set $slaves[$i].devotion -= 3>>
 					<</if>>
 				<</if>>
+				<<if $slaves[$i].assignment == "be a subordinate slave" && $slaves[$i].subTarget != 0>>
+					<<set _dom = $slaveIndices[$slaves[$i].subTarget]>>
+					<<if def _dom>>
+						<<if ["abusive", "malicious"].includes($slaves[_dom].sexualFlaw)>>
+							<<set _abused = 1>>
+						<</if>>
+					<</if>>
+				<</if>>
 				<<if ($slaves[$i].assignment == "work in the dairy") && ($dairyRestraintsSetting >= 2)>>
 					$His paraphilia is satisfied by $his horrible life as a producer of useful fluids and a receptacle for machine rape.
 					<<set _para = 1>>
 				<<elseif ["work a glory hole", "be confined in the arcade"].includes($slaves[$i].assignment)>>
 					$His paraphilia is satisfied by $his horrible life as a helpless hole for an infinite bag of dicks.
 					<<set _para = 1>>
+				<<elseif _abused>>
+					$His paraphilia is satisfied by $the constant mistreatment $he receives $his dom, $slaves[_dom].slaveName.
+					<<set _para = 1>>
 				<<elseif $slaves[$i].trust < -50>>
 					$His paraphilia is satisfied by $his constant terror.
 					<<set _para = 1>>
diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw
index b21d6e46cdbfc25bcaa1cdcab523cfada1cb6134..96083b9b406748f41d5dfa4255ad9e41e02c59f6 100644
--- a/src/utility/slaveCreationWidgets.tw
+++ b/src/utility/slaveCreationWidgets.tw
@@ -155,8 +155,8 @@
 	<<replace "#lips">>
 		<<if $activeSlave.lips <= 10>>Thin.
 		<<elseif $activeSlave.lips <= 20>>Normal.
-		<<elseif $activeSlave.lips <= 40>>Plush.
-		<<elseif $activeSlave.lips <= 70>>Big.
+		<<elseif $activeSlave.lips <= 40>>Pretty.
+		<<elseif $activeSlave.lips <= 70>>Plush.
 		<<elseif $activeSlave.lips <= 95>>Huge.
 		<<else>>Facepussy.
 		<</if>>