diff --git a/src/events/intro/pcBodyIntro.tw b/src/events/intro/pcBodyIntro.tw
index f42f251a3081a160f1f79d4d24c0ae16f5c9612f..4c78c716d952111c54462ba12556ba525e67ed28 100644
--- a/src/events/intro/pcBodyIntro.tw
+++ b/src/events/intro/pcBodyIntro.tw
@@ -3,7 +3,7 @@
 Most slaveowners in the Free Cities are male. The preexisting power structures of the old world have mostly migrated to the new, and it can often be very hard to be a free woman in the Free Cities. Some manage to make their way, but in many arcologies, men are the owners, and women are the owned. You'll cut a striking figure as the owner and leader of your arcology, but @@.orange;what's under your business attire?@@
 
 <<set $PC.actualAge = Math.clamp($PC.actualAge, 14, 80)>>
-<br>
+<br><br>
 
 <<if $PC.title > 0>>
 	You are a <<if $PC.genes == "XX">>wo<</if>>man with a masculine figure and will be referred to as ''Master.''
@@ -15,7 +15,7 @@ Most slaveowners in the Free Cities are male. The preexisting power structures o
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 //This option will affect scenes. Femininity may increase difficulty in the future, but for now only your chest and junk matter.//
 
-<br><br>
+<br>
 
 Under my suit jacket,
 <<if $PC.boobs > 0>>
@@ -70,6 +70,8 @@ My age: ''<<textbox "$PC.actualAge" $PC.actualAge "PC Body Intro">>''
 //Older player characters start with more reputation and maintain reputation somewhat more easily, but have slightly less sexual energy.//
 
 <br><br>
+@@.orange;What is your name and alternate indulgence?@@
+<br>
 
 Name your character: <<textbox "$PC.name" $PC.name "PC Body Intro">> (surname)
 <<if $PC.surname>>
diff --git a/src/pregmod/slaveAgeIntro.tw b/src/pregmod/slaveAgeIntro.tw
index 53f70838707fc6a98182af1e5d45f139495780d5..e69c9ccb1b35d1d0bf0a908b8507cca7f38eb9e2 100644
--- a/src/pregmod/slaveAgeIntro.tw
+++ b/src/pregmod/slaveAgeIntro.tw
@@ -1,10 +1,10 @@
 :: Slave Age Intro [nobr]
 
-Do you want to see content involving girls younger than 18 in this game?
+@@.orange;Do you want to see content involving girls younger than 18 in this game?@@
 
 <br><br>
 
 [[No.|PC Body Intro][$minimumSlaveAge = 18, $pedo_mode = 0]] //All slaves will be at least 18 years old, and slavery of children will be illegal in the Free Cities.//
 <br>Yes, I wish to see girls as young as <<textbox "$minimumSlaveAge" $minimumSlaveAge "PC Body Intro">> [[Continue|PC Body Intro][$pedo_mode = 0]]
-<br>[[I just want lots of lolis.|PC Body Intro][$minimumSlaveAge = 3, $pedo_mode = 1]] //Nearly all randomly generated slaves will be under the age of 18, although custom slaves and slaves related to specific events may be older.//
-<br>[[I wish to see them grow up and become fertile.|PC Body Intro][$minimumSlaveAge = 3, $pedo_mode = 0, $precociousPuberty = 1, $loliGrow = 1, $fertilityAge = 10, $potencyAge = 12, $seeAge = 1]] //Preset. Slaves' age will be random from minimal possible age. They can be made fertile younger than normal puberty age (10) in some cases, and grow up naturally.//
+<br>Yes, and [[I just want lots of lolis.|PC Body Intro][$minimumSlaveAge = 3, $pedo_mode = 1]] //Nearly all randomly generated slaves will be under the age of 18, although custom slaves and slaves related to specific events may be older.//
+<br>Yes, [[I wish to see them grow up and become fertile.|PC Body Intro][$minimumSlaveAge = 3, $pedo_mode = 0, $precociousPuberty = 1, $loliGrow = 1, $fertilityAge = 10, $potencyAge = 12, $seeAge = 1]] //Preset. Slaves' age will be random from minimal possible age. They can be made fertile younger than normal puberty age (10) in some cases, and grow up naturally.//