diff --git a/src/npc/startingGirls/moreCustomOptions.tw b/src/npc/startingGirls/moreCustomOptions.tw
index b16e1a7329241e4c699dcc6692364710e70a7000..9b8af44787f48e973975afa02fa6d79a8e63f4a8 100644
--- a/src/npc/startingGirls/moreCustomOptions.tw
+++ b/src/npc/startingGirls/moreCustomOptions.tw
@@ -27,9 +27,9 @@
 <br>Custom origin story: <<textbox "$activeSlave.origin" $activeSlave.origin "More customization options">> //Use complete, capitalized and punctuated sentences.//
 <br>
 <<if $originOveride == 0>>
-	[[Origin Override|More customization options][$originOveride = 1]] //Will keep your custom origin from being overwritten.//
+	[[Origin Override|More customization options][$originOveride = 1]] //Will keep your custom origin and tattoo from being overwritten.//
 <<else>>
-	[[Disable Override|More customization options][$originOveride = 0]] //Will unlock origin and allow slavegen to overwrite it.//
+	[[Disable Override|More customization options][$originOveride = 0]] //Will unlock origin and allow slavegen to overwrite it and its related tattoo.//
 <</if>>
 <<if $activeSlave.prestige>>
 	<br>Reason for prestigiousness: <<textbox "$activeSlave.prestigeDesc" $activeSlave.prestigeDesc>> //Use complete, capitalized and punctuated sentences.//
diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw
index 8c4e2c5cbae3b1aaadfe3032e91f87071c9e6e47..bd5d924d57554e61a39d36ef91735687acd5aebd 100644
--- a/src/npc/startingGirls/startingGirls.tw
+++ b/src/npc/startingGirls/startingGirls.tw
@@ -353,14 +353,15 @@ __You are customizing this slave:__
 		<<set $activeSlave.origin = "You won her at cards, a memento from your life as one of the idle rich before you became an arcology owner.">>
 		<<set $activeSlave.customTat = "She has the silhouette of an arcology tattooed on the nape of her neck.">>
 	<</if>>
-<</if>>
 	<<if $activeSlave.fetish == "mindbroken">>
-	<<if $activeSlave.amp != 1>>
-		<<set $activeSlave.origin = "You brought her into the arcology mindbroken, little more than a walking collection of fuckable holes.">>
-	<<else>>
-		<<set $activeSlave.origin = "You brought her into the arcology mindbroken, little more than a human onahole.">>
-	<</if>>
+		<<if $activeSlave.amp != 1>>
+			<<set $activeSlave.origin = "You brought her into the arcology mindbroken, little more than a walking collection of fuckable holes.">>
+		<<else>>
+			<<set $activeSlave.origin = "You brought her into the arcology mindbroken, little more than a human onahole.">>
+		<</if>>
 	<</if>>
+<</if>>
+
 <<set $activeSlave.father = Number($activeSlave.father) || 0>>
 <<set $activeSlave.mother = Number($activeSlave.mother) || 0>>
 <<if ($activeSlave.anus > 2 && $activeSlave.analSkill <= 10) || ($activeSlave.anus == 0 && $activeSlave.analSkill > 30)>>