diff --git a/src/npc/fAbuse.tw b/src/npc/fAbuse.tw
index 5f035c1d5bae297cf69919e03d63abef059ea390..d80be1032d3dcaf8b70c5c40c373110210b2aa53 100644
--- a/src/npc/fAbuse.tw
+++ b/src/npc/fAbuse.tw
@@ -3,17 +3,19 @@
 <<ClearSummaryCache $activeSlave>>
 
 <<if ($activeSlave.ID == $Bodyguard.ID)>>
-<<if ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 95)>>
-	Knowing how much your bodyguard likes being hurt, you decide to reward her in her own particular way.
-<<elseif ($activeSlave.muscles == 0) && ($activeSlave.combatSkill == 0)>>
-	Looking at your bodyguard, you think she doesn't seem that dangerous, as she can barely hold a weapon up. You order her to spar with you, and you quickly overpower her without even breaking a sweat. Afterwards, you take the pretext of punishing her to satisfy your urges.
-<<elseif ($activeSlave.muscles == 0) && ($activeSlave.combatSkill != 0)>>
-	You glance at your bodyguard. She looks like she can handle herself, and you know she does, but her lack of musculature makes her look somewhat frail. You inform her that she isn't muscular enough, and that you'll punish her yourself for neglecting her physique. 
-<<elseif ($activeSlave.muscles != 0) && ($activeSlave.combatSkill == 0)>>
-	Your bodyguard may look strong and powerful, you know she can't really handle her weapon. You order her to spar with you, and you use her own muscles against her, winning eaisly. Afterwards, you take the pretext of punishing her to satisfy your urges. 
-<<elseif ($activeSlave.muscles != 0) && ($activeSlave.combatSkill != 0)>>
-	Your bodyguard stands at your side. She is definetely a force to be reckoned with. You know you'd have a hard time besting her, and do not wish to get hurt, so you'll just inform her she'll be undertaking some particular training.	
-<</if>>
+	<<if ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 95)>>
+		Knowing how much your bodyguard likes being hurt, you decide to reward her in her own particular way.
+	<<elseif ($activeSlave.muscles < -5) && ($activeSlave.combatSkill == 0)>>
+		Looking at your bodyguard, you think she doesn't seem that dangerous, as she can barely hold a weapon up. You order her to spar with you, and you quickly overpower her without even breaking a sweat. Afterwards, you take the pretext of punishing her to satisfy your urges.
+	<<elseif ($activeSlave.muscles >= -5 && $activeSlave.muscles <= 5) && ($activeSlave.combatSkill != 0)>>
+		You glance at your bodyguard. She looks like she can handle herself, and you know she does, but her lack of musculature makes her look somewhat frail. You inform her that she isn't muscular enough, and that you'll punish her yourself for neglecting her physique. 
+	<<elseif ($activeSlave.muscles > 30) && ($activeSlave.combatSkill == 0)>>
+		Your bodyguard may look strong and powerful, you know she can't really handle her weapon. You order her to spar with you, and you use her own muscles against her, winning easily. Afterwards, you take the pretext of punishing her to satisfy your urges.
+	<<elseif ($activeSlave.muscles > 5) && ($activeSlave.combatSkill != 0)>>
+		Your bodyguard stands at your side. She is definetely a force to be reckoned with. You know you'd have a hard time besting her, and do not wish to get hurt, so you'll just inform her she'll be undertaking some particular training.
+	<<elseif ($activeSlave.muscles > 5) && ($activeSlave.combatSkill == 0)>>
+		Your bodyguard may look fit, you know she can't really handle her weapon. You order her to spar with you; while she may be quick, she mostly just flails her weapon around allowing you an easy win . Afterwards, you take the pretext of punishing her to satisfy your urges.
+	<</if>>
 <</if>>
 
 <<set _asspain = 0>>
@@ -286,14 +288,16 @@ Even though she's in a somewhat bad shape, she still jumps back to her feet and
 <</if>>
 
 <<if ($activeSlave.ID == $Bodyguard.ID)>>
-	<<if ($activeSlave.muscles == 0) && ($activeSlave.combatSkill == 0)>>
+	<<if ($activeSlave.muscles <= 5) && ($activeSlave.combatSkill == 0)>>
 		Your bodyguard accepts this as a punishment for her uselesness.
-	<<elseif ($activeSlave.muscles == 0) && ($activeSlave.combatSkill != 0)>>
+	<<elseif ($activeSlave.muscles <= 5) && ($activeSlave.combatSkill != 0)>>
 		Your bodyguard accepts this as a punishment for her lack of muscles
-	<<elseif ($activeSlave.muscles != 0) && ($activeSlave.combatSkill == 0)>>
+	<<elseif ($activeSlave.muscles > 30) && ($activeSlave.combatSkill == 0)>>
 		Your bodyguard accepts this as a punishment for her lack of combat skills
-	<<elseif ($activeSlave.muscles != 0) && ($activeSlave.combatSkill != 0)>>
+	<<elseif ($activeSlave.muscles > 5) && ($activeSlave.combatSkill != 0)>>
 		Your bodyguard just admits it as a part of her body training.
+	<<elseif ($activeSlave.muscles > 5) && ($activeSlave.combatSkill == 0)>>
+		Your bodyguard accepts this as a punishment for her lack of expertise
 	<</if>>
 	<<if ($activeSlave.fetish == "masochist") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>
 		Though she secretly got off on the pain and humiliation.
diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw
index 536aa671aa52b0045a819bcec0139fe10c81e7a4..3391dec5a345861f6be444e3bee9aa111642568e 100644
--- a/src/pregmod/sePlayerBirth.tw
+++ b/src/pregmod/sePlayerBirth.tw
@@ -213,6 +213,7 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
 		<<set $gameover = "birth complications", $nextButton = "Have to keep trying!", $nextLink = "Gameover">>
 	<</if>>
 <<else>>
+	<<set $babyGender = either(1,2)>>
 	<<if $Nurse != 0>>
 		Under $Nurse.slaveName's guidance, childbirth is a breeze for you.
 		<<if $PC.pregType == 1>>
diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw
index 9a5a128d410ea561ef074ba80505132ea9808d61..82aa7ab2b02794217c663ab86154668f45c61de6 100644
--- a/src/uncategorized/persBusiness.tw
+++ b/src/uncategorized/persBusiness.tw
@@ -52,7 +52,6 @@
 		You focus on finding a "date" this week and earn @@.yellowgreen;¤<<print Math.trunc($seed*($rep/500))>>@@ for your body. However, doing such things @@.red;damages your reputation@@.
 		<<set $cash += Math.trunc($seed*($rep/500))>>
 		<<set $rep = Math.trunc($rep*.75)>>
-		<</if>>
 		<<if $PC.preg == 0 && ($PC.vagina == 1)>>
 			<<if $arcologies[0].FSRepopulationFocus != "unset" && random(1,100) > 80>>
 				A horny client offered you an extra @@.yellowgreen;¤1000@@ for downing some fertility drugs. You're already forgoing birth control, so what harm could an extra baby do?
@@ -62,8 +61,6 @@
 				Your client this week offered you some free pills to make sex more fun. He was right; it made bareback sex feel amazing.
 				<<set $PC.forcedFertDrugs += 2>>
 			<</if>>
-			<</if>>
-			<</if>>
 			<<KnockMeUp $PC 20 0 -2>>
 		<</if>>
 	<</if>>