diff --git a/src/pregmod/managePersonalAffairs.tw b/src/pregmod/managePersonalAffairs.tw
index 3ccaa9e7ed24393a70e5f55fcf59b137b8017613..eacdfd34c136f3c5ebe2d8c781ca90fa7af616de 100644
--- a/src/pregmod/managePersonalAffairs.tw
+++ b/src/pregmod/managePersonalAffairs.tw
@@ -80,7 +80,7 @@ Looking down;
 	Your belly is still bloated from your recent pregnancy
 <<elseif $PC.belly >= 100>>
 	Your belly is still slightly swollen after your recent pregnancy.
-<</if>>$PC.belly
+<</if>>
 <<if $PC.balls == 2 && $PC.belly < 5000>> Your pubic mound is swells outward slightly due to your oversized prostate. <<elseif $PC.balls > 2 && $PC.belly < 10000>> Your pubic mound bulges outward noticeably thanks to your massive prostate. <</if>>
 Beneath all that;
 <<if $PC.dick == 1 && $PC.vagina == 1>>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 6267e17bb4f9afdf085ad8f7a6ab2f44812e558d..8c40e933d661f9193709b5894ab65275814e0dd1 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -103,7 +103,7 @@ Finishing your work, you lean back for a break well deserved break. Your peace i
 	<</if>>
 	<<set $mutinery = 0>>
 <<elseif ($PC.Career == "mercenary")>>
-	<<if ($personalArms ! = 0)>>
+	<<if ($personalArms != 0)>>
 		but you quickly draw the weapon you always keep close at hand, forcing the slave to put her hands on the back of her head.
 	<<else>>
 		but you quickly grab her arm, pull it towards you and lock it in her back, pushing her over the desk.
@@ -111,17 +111,17 @@ Finishing your work, you lean back for a break well deserved break. Your peace i
 	<<set $mutinery = 0>>
 <<elseif ($PC.Career == "escort")>>
 	but you simply give her a kick to the groin; she wouldn't be the first person to try this shit on you.
-<<elseif ($PC.Career == "slaver") || PC.slaving >= 20>>
+<<elseif ($PC.Career == "slaver") || $PC.slaving >= 20>>
 	but you simply give her a kick to the groin, a little trick you remember from your early memories on how to deal with rebellious slaves.
 	<<set $mutinery = 0>>
-<<elseif (PC.warfare >= 20)>>
+<<elseif ($PC.warfare >= 20)>>
 	but you have no problem grabbing her and pushing her to the ground, grabbing both her arms to make sure she doesn't try to step up.
 	<<set $mutinery = 0>>
 <<else>>
 	and despite your attempts at fighting her off, she manages to get a hold on your body.
 <</if>>
 <br><br>
-<<if $mutinery = 1>>
+<<if $mutinery == 1>>
 	She doesn't seem to understand what she is getting herself into
 	<<if $PC.boobs > 0>>
 		as she gropes your chest
@@ -329,7 +329,7 @@ One day, you catch sight of <<EventNameLink $activeSlave>> <<if ($activeSlave.he
 
 <<case "vocal disobedience">>
 
-One morning, despite the fact that she is not allowed to speak without being spoken to, <<EventNameLink $activeSlave>> <<if canSee($activeSlave)>>looks you directly in the eye<<else>>faces you<</if>> and asks <<if ($activeSlave.lips > 70)>>boldly through her massive dick-sucking lips, "Ahm tired, can ah have the dah off?"<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>boldly through her inconvenient oral piercings, "Ahm tired, can ah have the dah off?"<<else>>boldly, "I'm tired, can I have the day off<<if $activeSlave.rudeTitle == 1>>, <<PoliteRudeTitle $activeSlave>><</if>>?"<</if>> She didn't even call you <<WrittenMaster>>.
+One morning, despite the fact that she is not allowed to speak without being spoken to, <<EventNameLink $activeSlave>> <<if canSee($activeSlave)>>looks you directly in the eye<<else>>faces you<</if>> and asks <<if ($activeSlave.lips > 70)>>boldly through her massive dick-sucking lips, "Ahm tired, can ah have the dah off?" She didn't even call you <<WrittenMaster>>.<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>boldly through her inconvenient oral piercings, "Ahm tired, can ah have the dah off?" She didn't even call you <<WrittenMaster>>.<<else>>boldly, "I'm tired, can I have the day off<<if $activeSlave.rudeTitle == 1>>, <<PoliteRudeTitle $activeSlave>><</if>>?"<</if>>
 
 <<case "fearful humiliation">>
 
diff --git a/src/uncategorized/arcadeReport.tw b/src/uncategorized/arcadeReport.tw
index 1c59f150c3a45163c1c0c8df2a77589b420cdfb8..854fbe0a22129191183aab2daf2def1a6e333a4d 100644
--- a/src/uncategorized/arcadeReport.tw
+++ b/src/uncategorized/arcadeReport.tw
@@ -95,7 +95,6 @@
 			<<set $slaves[$i].lactation = 2, $slaves[$i].health -= 10, $cash -= $surgeryCost, $boobsImplanted++>>
 		<<elseif $slaves[$i].prostate == 1>>
 			<<set $slaves[$i].prostate = 2, $slaves[$i].health -= 10, $cash -= $surgeryCost, $prostatesImplanted++>>
-		<</if>>
 		<<elseif ($slaves[$i].lactation > 0) || ($slaves[$i].balls > 0)>>
 			<<set _oldCash = $cash>>
 			<<if $showEWD != 0>>
diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw
index ecd65fb8cf1c98b7077270067d1ddd22d62fce8d..4006f2e7fa8c5e482c63f2ece9a784b1d0e5517f 100644
--- a/src/utility/miscWidgets.tw
+++ b/src/utility/miscWidgets.tw
@@ -2575,7 +2575,6 @@ Call as <<SlaveSort [$slaves]>>
 <</widget>>
 
 /*
- DEPRECATED
  Call as <<SetPregType>>
  $args[0]: Slave.
 */